Skip to content

Instantly share code, notes, and snippets.

@anunay
Created October 3, 2013 19:42
Show Gist options
  • Save anunay/6815880 to your computer and use it in GitHub Desktop.
Save anunay/6815880 to your computer and use it in GitHub Desktop.
Magento: Check Homepage
<?php if(
Mage::getSingleton('cms/page')->getIdentifier() == 'home' &&
Mage::app()->getFrontController()->getRequest()->getRouteName() == 'cms'
) : ?>
<!-- CONTENT GOES HERE -->
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment