Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. {{block type="core/template" template="custom/custom.phtml"}}
  2.  
  3. <?php echo Mage::app()->getLayout()->createBlock('core/template')->setTemplate('yourfolder/yourfile.phtml')->toHtml(); ?>
  4.  
  5. {{block type="core/template" name="your.block.name" template="yourfolder/yourfile.phtml"}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement