Whoops, Sorry! I hadn't seen this thread in a while...
I ended up finding another thread that had some info on how to do this..
http://forum.x-cart.com/viewtopic.php?t=859
Quote:
I'm also curious as to how you got the color theme of your site to change colors when changing sections.
|
I used the $topcat variable (which shows the root category)...
Code:
{if $topcat eq "248" || $cat eq "248"}orange{elseif $topcat eq "250" || $cat eq "250"}purple{elseif $topcat eq "249" || $cat eq "249"}blue{elseif $topcat eq "251" || $cat eq "251"}green{else}red{/if}