View Single Post
  #8  
Old 08-03-2006, 08:52 PM
 
jdedba jdedba is offline
 

Advanced Member
  
Join Date: Dec 2004
Posts: 96
 

Default

Quote:
Originally Posted by geckoday
I think you are working too hard. Instead of changing code all over the place, try this approach. In home.tpl add this before the third column HTML:
Code:
{if $main eq "catalog" and $current_category.category eq ""}
Then after the last line of the third column HTML in home.tpl add:
Code:
{/if}
Thats it. No php changes required, no chasing down links all over the place.

BTW, please add your version into your signature. Sometimes answers are very version dependent. My answer applies to versons 4.0.14 and 4.0.18 for sure and probably 4.1.x versions and earlier 4.0.x versions.

What do you mean "third column HTML in home.tpl "?
Does it mean after
Code:
?

Thanks a lot.
__________________
version 4.1.1
Reply With Quote