Showing posts with label How to call a cms page in a phtml file in magento. Show all posts
Showing posts with label How to call a cms page in a phtml file in magento. 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();
?>