View Single Post
  #2  
Old 07-01-2015, 11:33 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Category Display

There is no need of any module. In home.tpl in <head> section

{if $current_category.categoryid eq "xx"}
load yyy.css
{else}
load zzz.css
{/if}

or just the first portion of the {if} if you are looking to just load css file on specific category and everything else stays the same.
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote