View Single Post
  #3  
Old 08-31-2004, 03:36 PM
 
moza moza is offline
 

Member
  
Join Date: Apr 2003
Location: Australia
Posts: 22
 

Default

Quote:
Originally Posted by groovico
If $main = "" then your on home

{/if}

This doesn't work, the reason is, when we are in home page the value of $main is "catalog" not "", but this value is not unique for home page this is the same for product pages may be because they are using "home.php".

When we going to cart.php, the $main value changes to "cart", so the value of $main is related to the .php page, so the question is how to know we are in home page, is there any other variable that I can check it, I tried "$location" but, it doesn't say anything in the home page. Is there any way to check the categories? because in the home page there is not any category selected, so I think we can check if the $main value was "catalog" and the category value was "" so we are in home page. Is it correct? How to check the category?

Thanks,
__________________
x-cart 3.5
Reply With Quote