Skip to content

Instantly share code, notes, and snippets.

@ochorocho
Last active February 22, 2017 22:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ochorocho/28069a99116b2bfd5073 to your computer and use it in GitHub Desktop.
Save ochorocho/28069a99116b2bfd5073 to your computer and use it in GitHub Desktop.
Magento get Top Links
<?php
$layout = Mage::app()->getLayout();
$layout->getUpdate()
->addHandle('default')
->load();
$layout->generateXml()
->generateBlocks();
echo $layout->getBlock('top.links')->toHtml();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment