Magento: Add phtml file to template
Use this bit of code:in your XML file.<block type="core/template" name="footerMenu" template="page/footermenu.phtml"/>
Then this in your template file if you want to place it:
<?php echo $this->getChildHtml('footerMenu') ?>
No comments:
Post a Comment