Thread
:
Quick smarty question
View Single Post
#
2
12-07-2007, 09:59 AM
PhilJ
X-Guru
Join Date: Nov 2002
Posts: 4,094
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
PhilJ
View Public Profile
Send a private message to PhilJ
Visit PhilJ's homepage!
Find all posts by PhilJ