<?php
 
if(Mage::getModel('cms/block')->load('static-block-identifier')->getIsActive()) :
 
    echo Mage::app()->getLayout()->createBlock('cms/block')->setBlockId('static-block-identifier')->toHtml();
 
endif;
 
?>

Categories: Magento

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *