How to check home using php in magento

How to check home using php in magento.

<?php $is_homepage = Mage::getBlockSingleton(‘page/html_header’)—>getIsHomePage();
if($is_homepage) { ?>

You are in home page!!

<?php } ?>

0 replies

Leave a Reply

Want to join the discussion?
Feel free to contribute!

Leave a Reply

Your email address will not be published. Required fields are marked *