Search This Blog

Mind freaker Stuff

Please Visit my new blog http://www.mindfreakerstuff.com for new articles related to web and mobile designing.

Monday, October 3, 2011

Show Block on Home Page only :Mageto (Phtml File changes)

 <?php if( Mage::getSingleton('cms/page')->getIdentifier() == 'home'  && Mage::app()->getFrontController()->getRequest()->getRouteName() == 'cms')
                            {?>  
                         <div class="static_blocks">
                                <!--Your Content Here-->
                         </div>
<?php }?>

No comments:

Post a Comment