i am a Magento Newbie.
In the local.xml under the header section these blocks are defined:
<reference name="header">
<block type="cms/block" name="flatshop_header_support">
<action method="setBlockId"><block_id>flatshop_header_support</block_id></action>
</block>
<block type="cms/block" name="flatshop_header_2blocks">
<action method="setBlockId"><block_id>flatshop_header_2blocks</block_id></action>
</block>
in the header.phml both are called like:
<?php echo $this->getChildHtml('flatshop_header_support') ?>
<?php echo $this->getChildHtml('flatshop_header_2blocks') ?>
On /admin/cms_block/ static block with "flatshop_header_support" Identifier are defined and filled with content like "flatshop_header_2blocks" (this is working well), but the return is string(0) ""
How can i print flatshop_header_support block in the header section?
Magento v1.9.1 template: Flathop