<?php //The following code will load the block with the given "identifier" // on the phtml page echo $this->getLayout()->createBlock('cms/block')-> setBlockId('identifier')->toHtml() ?>
<?php //The following code will load the block with the given "identifier" // on the phtml page echo $this->getLayout()->createBlock('cms/block')-> setBlockId('identifier')->toHtml() ?>
Stellar work there eervonye. I’ll keep on reading.