The custompage is a custom folder inside tamplate directory.
and the home.phtml is the file name inside that folder

1- Call in Cms


{{block type="core/template" template="custompage/home.phtml"}}

1- Call in .phtml


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

Categories: Magento

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *