View Single Post
  #11  
Old 05-15-2012, 07:46 AM
 
kdw kdw is offline
 

Member
  
Join Date: Oct 2011
Posts: 17
 

Default Re: Load different style sheets for main categories

This seeems to work -
{if strpos($smarty.server.REQUEST_URI, "SWCHS") !== false}
<p>SWCHS image/CSS</p>
{else}
default image/css
{/if}

Needs proper testing but seems like a possible simple solution.

Where and in what template is this needed to load override CSS?

many thanks for your help. Much appreciated.
__________________
tech990
Reply With Quote