To call a static block content
echo $this->getLayout()->createBlock('cms/block')->setBlockId('Custom_tab')->toHtml();
in setblockId(use the name of Identifier used in blog)
other way to call
to call a static block content
<div class="footer-columns-block">
<?php // Predefined Static Block
if ($static_html = $this->getChildHtml('custom_footer_2')):
echo $static_html;
endif; ?>
</div>
in setblockId(use the name of Identifier used in blog)
other way to call
to call a static block content
<div class="footer-columns-block">
<?php // Predefined Static Block
if ($static_html = $this->getChildHtml('custom_footer_2')):
echo $static_html;
endif; ?>
</div>
Comments
Post a Comment