Customizing Magento could be difficult. Here is an easy way to display any block in any template file that cannot be loaded with $this->getChildHtml().
<?php echo $this->getLayout()->getBlock('top.search')->toHtml() ?>
Customizing Magento could be difficult. Here is an easy way to display any block in any template file that cannot be loaded with $this->getChildHtml().
<?php echo $this->getLayout()->getBlock('top.search')->toHtml() ?>
2010 © Copyright. Richard Castera - All Rights Reserved.