View Single Post
  #2  
Old 12-07-2007, 09:59 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: Quick smarty question

Just $cat should suffice...
Code:
{if $cat eq "292" || $cat eq "293"}
Code:
{if $cat gte "292" || $cat lte "393"}
etc.
http://smarty.php.net/manual/en/language.function.if.php
__________________
xcartmods.co.uk
Reply With Quote