View Single Post
  #3  
Old 12-07-2004, 10:03 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default

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}
Reply With Quote