magento – call a static block in a page
magento – call a static block in a page
for display a static block in a page
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('blockname')->toHtml() ?>
for display a static block in a page
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('blockname')->toHtml() ?>
Recent Comments