<layout version="0.1.0">
<default>
<reference name="root">
<block type="core/template" name="left.permanent.callout">
<action method="setTemplate" ifconfig="cms_callouts/general/enableleft">
<template>rokmagemodules/rokmage-cmscallouts/rokmage-left-cmscallout.phtml</template>
</action>
</block>
</reference>
<reference name="left">
<block type="core/template" name="left.permanent.callout.custom">
<action method="setTemplate" ifconfig="cms_callouts/general/enableleft">
<template>rokmagemodules/rokmage-cmscallouts/rokmage-left-cmscallout-custom.phtml</template>
</action>
</block>
</reference>
<reference name="root">
<block type="core/template" name="right.permanent.callout">
<action method="setTemplate" ifconfig="cms_callouts/general/enableright">
<template>rokmagemodules/rokmage-cmscallouts/rokmage-right-cmscallout.phtml</template>
</action>
</block>
</reference>
</default>
</layout>
<div class="block callout">
<div class="block-title">
<strong><span><?php echo Mage::getModel('cms/block')->load('your-block-id-here', 'identifier')->getTitle(); ?></span></strong>
</div>
<div class="block-content">
<?php echo $leftcontent ?>
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('your-block-id-here')->toHtml(); ?>
</div>
</div>
The following users have thanked you: roma64
Time to create page: 0.069 seconds