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
you call newproductpage.phtml in any phtml file using below code
getLayout()->createBlock('core/template')->setTemplate('custom/newproductpage.phtml')->toHtml(); ?>