View Single Post
  #2  
Old 11-12-2004, 10:05 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default

something along the lines of

Code:
{if $cat eq "1"} Show this header HTML {else if $cat eq "2"} Show that header HTML {/if} {/if}

etc.

You can detect if the customer is on the homepage

http://forum.x-cart.com/viewtopic.php?t=12667

or if they're in a particular static page

Lots of handy tips here

http://forum.x-cart.com/viewtopic.php?t=12234

HTH
__________________
xcartmods.co.uk
Reply With Quote