I’m working on a magento web site and I’m trying to do some changes on the header.
I want to add 2 blocks (module) that I’ve made.
Is there a way to add them without touching the header.phtml by putting :
<?php echo $this->getChildHtml(' ') ?>
Is there a way using the XML files ?
There is one placeholder in header.phtml file:
If you want to add some blocks to it just use this code: