hey, i know this is kinda a stupid question.. but how can i do this:
insert code:
and it produces:
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>
i am working on estore and i want toedit the homepage for it and i want to move some of the commands over to the usercp and in the profile... is this the proper way to do this? if not.. can anyone help me do this kind of thing? it would be highly appreciated...