PHP Classes

File: htdocs/modules/system/themes/zetadigme/extras/blockszone.tpl

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/modules/system/themes/zetadigme/extras/blockszone.tpl   Download  
File: htdocs/modules/system/themes/zetadigme/extras/blockszone.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: 411 bytes
 

Contents

Class file image Download
<{if $blocks}> <<{$zoneTag}> class="xo-blockszone x2-secondary<{if $zoneClass}> <{$zoneClass}><{/if}>"<{if $zoneId}> id="<{$zoneId}>"<{/if}>> <{foreach from=$blocks item=block}> <div class="xo-block <{$block.module}>"> <{if $block.title}> <div class="xo-blocktitle"><{$block.title}></div> <{/if}> <div class="xo-blockcontent"><{$block.content}></div> </div> <{/foreach}> </<{$zoneTag}>> <{/if}>