I need to find a way to check if I am on the home page. I know how to figure out if I am on other pages.. for example
Code: Select all
if (($GLOBALS['page'] != 'shop.browse') && ($GLOBALS['page'] != 'shop.product_details'))But how do I check to see if I am on the home page?

Pls help!
-V



 That totally helped. Thank you sooooo much for the quick reply.
 That totally helped. Thank you sooooo much for the quick reply. 