diff options
| author | lsces <lester@lsces.co.uk> | 2014-10-22 21:50:11 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2014-10-22 21:50:11 +0100 |
| commit | 0b29790cf5c8526994e50aa96225edb451a25159 (patch) | |
| tree | 4d29c00fc3e93cf9503f95f5383281cef52500aa /templates | |
| parent | 7388815d25d785b76ba7387e3f43984e8eab58c7 (diff) | |
| download | kernel-0b29790cf5c8526994e50aa96225edb451a25159.tar.gz kernel-0b29790cf5c8526994e50aa96225edb451a25159.tar.bz2 kernel-0b29790cf5c8526994e50aa96225edb451a25159.zip | |
Main section is layout-body
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/html.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/html.tpl b/templates/html.tpl index c1c581b..00c0725 100644 --- a/templates/html.tpl +++ b/templates/html.tpl @@ -66,7 +66,7 @@ <div id="bw-main-spacer-top"></div> - <section id="bw-main-content" class="container{$gBitSystem->getConfig('layout-maincontent')}"><div class="row"> + <section id="bw-main-content" class="container{$gBitSystem->getConfig('layout-body')}"><div class="row"> {include file="bitpackage:liberty/services_inc.tpl" serviceLocation='row' serviceHash=$gContent->mInfo} {if $gBitSystem->isFeatureActive( 'site_left_column' ) && !$gHideModules && $gBitThemes->hasColumnModules('l')} @@ -97,7 +97,7 @@ <div id="bw-spacer-bottom"></div> - <footer id="bw-main-footer"role="contentinfo" class="container{$gBitSystem->getConfig('layout-footer')}"> + <footer id="bw-main-footer" class="container{$gBitSystem->getConfig('layout-footer')}"> <div class="row{$gBitSystem->getConfig('layout-footer')}"> {**** Theme Layout Modules : BOTTOM ****} {if $gBitSystem->isFeatureActive( 'site_bottom_column' ) && !$gHideModules} |
