X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Show menu only on home (https://forum.x-cart.com/showthread.php?t=10319)

cotc2001 11-11-2004 09:53 AM

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

TelaFirma 11-11-2004 12:36 PM

Code:

{if $main eq "catalog" and $current_category.category eq ""}
{include file="recently_viewed.tpl"}
{/if}


cotc2001 11-11-2004 12:49 PM

Thanks i'll give that a try in the morning.

Is there somewhere or a file that lists all the different areas by name like that so next time i know where to look rather than having to ask?


All times are GMT -8. The time now is 12:06 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.