how to check to see if i am on the home page using php?
Posted: Thu Jan 24, 2008 5:13 pm
Hello,
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
to see if I am on either of these virtuemart component pages.
But how do I check to see if I am on the home page?
Pls help!
-V
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