Thread: if homepage?
View Single Post
  #3  
Old 07-23-2009, 04:37 AM
  Vetrivel's Avatar 
Vetrivel Vetrivel is offline
 

eXpert
  
Join Date: Apr 2008
Posts: 398
 

Default 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!
Reply With Quote