Re: Making Navbar Unique on Each Page
you are going to use if and elseif statements
MAKE SURE YOU BACK UP FIRST!!!!!
{if $page_data.pageid eq 8}
Your content
{elseif $smarty.get.section eq "contactus"}
your content
{elseif $cat eq 381}
your content
{/if}
replace the 8 with your page ids
and 381 ith your cat id.
this is a start. you will have to play with this to get it right.
Ash
__________________
xcart 5.1.2
|