diff options
| -rw-r--r-- | templates/html.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/html.tpl b/templates/html.tpl index 6c590fe..9b71003 100644 --- a/templates/html.tpl +++ b/templates/html.tpl @@ -49,7 +49,7 @@ {assign var=extraColumns value=0}{/if} {if $gBitSystem->isFeatureActive( 'site_top_column' ) && !$gHideModules} - <header class="container{$gBitSystem->getConfig('layout-header')} mainheader"> + <header class="row{$gBitSystem->getConfig('layout-header')} mainheader"> {$gBitThemes->displayLayoutColumn('t')} </header> {/if} |
