you can call a .phtml block file into another .phtml like
<?php echo $this->getLayout()->createBlock(‘catalog/product_list_related’)->setTemplate(‘catalog/product/list/related.phtml’)->toHtml();
?>
you can call a .phtml block file into another .phtml like
<?php echo $this->getLayout()->createBlock(‘catalog/product_list_related’)->setTemplate(‘catalog/product/list/related.phtml’)->toHtml();
?>