PHP Classes

File: htdocs/themes/xbootstrap5/tpl/content-zone.tpl

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/themes/xbootstrap5/tpl/content-zone.tpl   Download  
File: htdocs/themes/xbootstrap5/tpl/content-zone.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: 1 month ago
Size: 649 bytes
 

Contents

Class file image Download
<{if $xoBlocks.canvas_left && $xoBlocks.canvas_right}> <div class="col-md-6"> <{elseif $xoBlocks.canvas_left}> <div class="col-md-9"> <{elseif $xoBlocks.canvas_right}> <div class="col-md-9"> <{else}> <div class="col-md-12"> <{/if}> <{include file="$theme_name/tpl/contents.tpl"}> <div class="row"> <{include file="$theme_name/tpl/centerBlock.tpl"}> <{include file="$theme_name/tpl/centerLeft.tpl"}> <{include file="$theme_name/tpl/centerRight.tpl"}> </div> </div>