Magento How to get the page identifier – Magento April 5, 2011 Pramod T P 1 Comment <?php $pageId = Mage::getBlockSingleton('cms/page')->getPage()->getIdentifier() ?>
It helped me lot . Thanks π