PHP Classes

File: htdocs/themes/xbootstrap/tpl/centerBlock.tpl

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/themes/xbootstrap/tpl/centerBlock.tpl   Download  
File: htdocs/themes/xbootstrap/tpl/centerBlock.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 7 years ago
Size: 332 bytes
 

Contents

Class file image Download
<{if $xoBlocks.page_topcenter}> <div class="col-sm-12 col-md-12"> <{foreach item=block from=$xoBlocks.page_topcenter}> <div class="xoops-blocks"> <{if $block.title}><h4><{$block.title}></h4><{/if}> <{$block.content}> </div> <{/foreach}> </div> <{/if}>