View Single Post
  #1  
Old 08-02-2004, 01:47 AM
 
DanUK DanUK is offline
 

X-Adept
  
Join Date: Dec 2003
Location: UK
Posts: 800
 

Default Hiding a category from the side bar

I'm sure this is simple to do but am not sure how to do it. I have a "free gifts" category but I don't want the category name on display in the categories menu on the left hand side. I gather the code would have to go into categories.tpl near the category looping statement below?

Code:
{section name=cat_num loop=$categories} <font class=CategoriesList>{ $categories[cat_num].category_name|escape }</font>

Some sort of an "if" statement perhaps? I'm using 3.5.4.

Thanks

Dan
__________________
4.4.2

and

4.6.1
Reply With Quote