PHP Classes

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

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/themes/xbootstrap5/tpl/centerBlock.tpl   Download  
File: htdocs/themes/xbootstrap5/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: 2 months ago
Size: 297 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|default:null}> <div class="xoops-blocks"> <{if $block.title}><h4><{$block.title}></h4><{/if}> <{$block.content}> </div> <{/foreach}> </div> <{/if}>