I\'m using Magento.
I want display and call one phtml file as a link in another phtml file…
phtml
I have the new.phtml file on t
new.phtml
getLayout()->createBlock('core/template')->setTemplate('catalog/product/new.phtml')->toHtml(); ?>
you can also check the link.
Display .phtml page in another .phtml page