diff options
Diffstat (limited to 'BitThemes.php')
| -rw-r--r-- | BitThemes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BitThemes.php b/BitThemes.php index 667a90d..18287a9 100644 --- a/BitThemes.php +++ b/BitThemes.php @@ -465,7 +465,7 @@ class BitThemes extends BitSingleton { for ($i = 0; $i < count( $this->mLayout[$pColumn] ); $i++) { $r = &$this->mLayout[$pColumn][$i]; if( !empty( $r['visible'] )) { - if( $pColumn == 'l' || $pColumn == 'r' ) { print '<div class="col-md-12 col-sm-6 col-xs-12">'; } + if( $pColumn == 'l' || $pColumn == 'r' ) { print '<div class="col-xs-12">'; } try { // @TODO MODULE UPGRADE under new module organization this is not reliable as tpls are in sub dir in modules/ change this when upgrade is complete list( $package, $template ) = explode( '/', $r['module_rsrc'] ); |
