Page 1 of 1

how to check to see if i am on the home page using php?

Posted: Thu Jan 24, 2008 5:13 pm
by maddunr
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

Code: Select all

if (($GLOBALS['page'] != 'shop.browse') && ($GLOBALS['page'] != 'shop.product_details'))
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

Re: how to check to see if i am on the home page using php?

Posted: Thu Jan 24, 2008 5:19 pm
by infograf768

Re: how to check to see if i am on the home page using php?

Posted: Thu Jan 24, 2008 5:28 pm
by maddunr
Yes :) That totally helped. Thank you sooooo much for the quick reply.

- V