Searched refs:sidebarCols (Results 1 – 1 of 1) sorted by relevance
14 $sidebarCols = (int) tpl_getConf('sidebar_cols'); variable16 if ($sidebarCols < 0 || $sidebarCols >= 12) {17 $sidebarCols = 3; variable153 ?>col-sm-<?php echo 12 - $sidebarCols; ?><?php155 ?> col-sm-push-<?php echo $sidebarCols; ?> <?php186 <aside id="dokuwiki__aside" class="col-sm-<?php echo $sidebarCols; ?><?php188 ?> col-sm-pull-<?php echo 12 - $sidebarCols; ?><?php190 <?php if ($showSidebar && $sidebarCols > 0): ?>