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???