Showing posts with label Insert Magento CMS page in phtml file. Show all posts
Showing posts with label Insert Magento CMS page in phtml file. Show all posts

Friday, 12 September 2014

Call cms page in phtml file in magento


Call cms page in phtml file in magento

<?php
    $cmsPage = Mage::getModel('cms/page')->load('home','identifier');
    echo $cmsPage->getContent();
?>