(1) template file in .phtml file
<?php echo $this->getLayout()->createBlock(‘core/template’)->setTemplate(‘templateFolder/yourtemplate.phtml’)->toHtml(); ?>
(2) CMS page
{{block type=”core/template” template=”templateFolder/your_template.phtml”}}
No comments:
Post a Comment