PDA

View Full Version : Remove peice of coding?


Stone Cold 3:16
03-29-2006, 07:32 PM
Im trying to remove that piece of history when you enter the shop main. Where it says ur purchase history, etc etc. How can you remove it?

CMX_CMGSCCC
04-01-2006, 01:40 AM
Edit the template for vbplaza_main

Remove:

<if condition="$show['history']">
<div style="padding: 5px 5px 5px 5px;"></div>
$displayedhistory
<div style="padding: 5px 5px 5px 5px;"></div>
</if>


-CMX