Friday, 5 February 2016

Call one phtml file into other phtml file

<?php  echo $this->getLayout()
          ->createBlock('core/template')
          ->setTemplate('page/html/featured.phtml')
          ->toHtml();
?>

No comments:

Post a Comment