View Single Post
  #1  
Old 11-11-2004, 09:53 AM
 
cotc2001 cotc2001 is offline
 

X-Man
  
Join Date: Feb 2003
Location: Shrewsbury, UK
Posts: 2,351
 

Default Show menu only on home

Right, I know how to show a side menu only just product pages by using the code

Code:
{if $main eq "product" AND "products"} { include file="recently_viewed.tpl"} {/if}

but how do I get a menu item to show ONLY on the home page, i know the code but where do i get the "home" name from??? i.e above is "product" - where are the references to be found???
__________________
x-cart 4.0.5 (live and heavily modded)
Server: freebsd
Reply With Quote