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)
-   -   showing a menu.tpl only on home page (https://forum.x-cart.com/showthread.php?t=29371)

cotc2001 03-05-2007 01:10 AM

showing a menu.tpl only on home page
 
Ok I know, I know the answer to this one but for the life of me I can't remember what it is (been a while since ive done any template editing)

If I want to display a menu.tpl ONLY on the home page the code is something like

PHP Code:

{if $main eq "XXXXXXXX"}

{
insert the menu.tpl code here

{/if} 


whats the call (the bit I put in XXXXX) that correspnds just to the home page

pauldodman 03-05-2007 01:23 AM

Re: showing a menu.tpl only on home page
 
{if $main eq "catalog" and $current_category.category eq ""}


All times are GMT -8. The time now is 03:41 PM.

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