Using the code below to check current page is home page or not.
<?php if(
Mage::getSingleton('cms/page')->getIdentifier() == 'home' &&
Mage::app()->getFrontController()->getRequest()->getRouteName() == 'cms'
) : ?>
//insert your code here
<?php endif; ?>
Revisions
- February 25, 2014 @ 14:28:32 [Current Revision] by admin
- February 25, 2014 @ 14:29:35 [Autosave] by admin
- February 25, 2014 @ 14:28:32 by admin
- February 25, 2014 @ 14:26:19 by admin
- February 25, 2014 @ 14:19:49 by admin
Revision Differences
There are no differences between the February 25, 2014 @ 14:28:32 revision and the current revision. (Maybe only post meta information was changed.)
No comments yet.