How can I add additional custom placeholders to Easybanners?

by Peter D.

There are following default magento placeholders after_body_start, before_content, content, left, right, after_content, before_body_end
New placeholder should be declared at theme page.xml first. For example:

<block type="core/text_list" name="additional_content" as="additional_content"/>

Then it can be outputted at template phtml files like

<?php echo $this->getChildHtml('additional') ?>

Recent articles

Back to top