View Single Post
  #1  
Old 10-03-2005, 07:21 PM
 
Mr Bob Mr Bob is offline
 

Senior Member
  
Join Date: Jul 2005
Posts: 199
 

Default Display if current category ne to cat 6

I want the category (home.php?cat=6) to not display a certain include file.

I tried this, but it doesn't work:

{if $main eq "catalog" and $current_category.category gt "1" and $current_category.category ne "6"}
{include file="customer/main/left_subcategories.tpl"}
{/if}

This is the full statement located in home.tpl.
__________________
Product: X-Cart Gold
Current version: 4.0.14

Additional Mods: X-Affiliate
Reply With Quote