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)
-   -   if homepage? (https://forum.x-cart.com/showthread.php?t=48758)

amy2203 07-23-2009 04:32 AM

if homepage?
 
what can i test for to see if it's the homepage?

I thought about using $main, but that is 'catalog' for both the homepage and the category pages.

I want to show some things in certain places on the homepage, but can't work it out today!

Ene 07-23-2009 04:34 AM

Re: if homepage?
 
HTML Code:

{if $main eq "catalog" && $current_category.category eq ""}

Vetrivel 07-23-2009 04:37 AM

Re: if homepage?
 
PHP Code:

{elseif $main eq "catalog" and $current_category.category eq ""



use this condition to display only in the home page.



Quote:

Originally Posted by amy2203
what can i test for to see if it's the homepage?

I thought about using $main, but that is 'catalog' for both the homepage and the category pages.

I want to show some things in certain places on the homepage, but can't work it out today!


amy2203 07-23-2009 07:35 AM

Re: if homepage?
 
Thanks,


All times are GMT -8. The time now is 09:27 AM.

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