Thread
:
Query regarding columns in xcart
View Single Post
#
3
12-07-2004, 10:03 AM
Jon
X-Guru
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
Edit your home.tpl and find the third column.
It will start with a <td> and end with a </td>.
Put this BEFORE that <td>
Code:
{if $main eq "catalog" && $cat == "0"}
And then AFTER the </td> put:
Code:
{/if}
Jon
View Public Profile
Visit Jon's homepage!
Find all posts by Jon