Here, I get Popular Tags List on Any page,
Using this can get HTML Layout of the Phtml page
Simply, Copy and Paste below code
<?php echo $this->getLayout()->createBlock('tag/popular')->setTemplate('tag/popular.phtml')->toHtml(); ?>
If you want another page html then change block directory and type,
also replace template name of phtml file.
No comments:
Post a Comment