Thread
:
Load different style sheets for main categories
View Single Post
#
17
05-23-2012, 01:35 PM
cherie
X-Wizard
Join Date: May 2003
Location: USA
Posts: 1,534
Re: Load different style sheets for main categories
Quote:
Originally Posted by
tech@vrve.co
What if i had a comma separated list of cat IDs.
If $catid IN '22,23,25,35" .........
You can do this in Smarty:
PHP Code:
{
assign
var=
myCats value
=
","
|
explode
:
"22,23,25,35"
}
{if
in_array
(
$catid
,
$myCats
)}
__________________
red
lime
web.com
custom mods and design integration
4.7 linux
cherie
View Public Profile
Send a private message to cherie
Visit cherie's homepage!
Find all posts by cherie