Showing posts with label How to Get the Magento CMS Page Identifier of the Current Page. Show all posts
Showing posts with label How to Get the Magento CMS Page Identifier of the Current Page. Show all posts

Wednesday 18 December 2013

Get Current page is home page in magento


Get Current page is home page in magento

if(Mage::getSingleton('cms/page')->getIdentifier() == 'home'  &&
   Mage::app()->getFrontController()->getRequest()->getRouteName() == 'cms' ):

     // statment

endif;