Skip to content

Instantly share code, notes, and snippets.

@adamburvill
Created May 18, 2014 18:11
Show Gist options
  • Save adamburvill/f7e9847529f8c1228b36 to your computer and use it in GitHub Desktop.
Save adamburvill/f7e9847529f8c1228b36 to your computer and use it in GitHub Desktop.
<?php
$layout = Mage::app()->getLayout();
$layout->getUpdate()
->addHandle('default')
->load();
$layout->generateXml()
->generateBlocks();
$header = $layout->getBlock('header')->toHtml();
echo $header;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment