View Single Post
  #17  
Old 05-23-2012, 01:35 PM
  cherie's Avatar 
cherie cherie is offline
 

X-Wizard
  
Join Date: May 2003
Location: USA
Posts: 1,534
 

Default 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)} 
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote