The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
PHP code help
hey, i know this is kinda a stupid question.. but how can i do this:
insert code: Code:
$richmem Code:
<if condition="$show['richestmostsold']"> <br /><table cellpadding="0" cellspacing="1" border="0" width="100%" align="center"> <tr> <td align="left" width="48%" valign="top"> <table class="tborder" cellpadding="4" cellspacing="1" border="0" width="100%"> <tr align="center"> <td class="tcat"><span class="smallfont"><strong><a href="estore.php?$session[sessionurl]do=richestusers">$vbphrase[estore_richest_members]</a></strong></span></td> </tr> <tr> <td class="alt1"> <span class="smallfont">$toptenrichest</span> </td> </tr> </table> </td> <td> </td> <td width="48%" valign="top"> <table class="tborder" cellpadding="4" cellspacing="1" border="0" width="100%"> <tr align="center"> <td class="tcat"><span class="smallfont"><strong><a href="estore.php?$session[sessionurl]do=mostsold">$vbphrase[estore_most_sold]</a></strong></span></td> </tr> <tr> <td class="alt1"> <span class="smallfont">$topsolditems</span> </td> </tr> </table> </td> </tr> </table> </if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|