View Single Post
  #1  
Old 03-13-2007, 06:07 AM
 
reefland reefland is offline
 

Member
  
Join Date: Apr 2005
Posts: 16
 

Default If Condition in Template

I want to change the subcategory layout on a category page, but I only want the layout to be different for one particular category. Is there a way within the category template to do something like this:

if current category == 34 {
THIS HTML HERE
} else { //for all other categories
DEFAULT HTML HERE
}
__________________
4.0.19
Reply With Quote