determin what page us loaded

Permalink
how can I in php test if I am on the home page?

wizardontherun
 
jgarcia replied on at Permalink Reply
jgarcia
This would work within the context of a theme:
if($c->getCollectionHandle() == 'home') }
  //Do something
}