diff options
Diffstat (limited to 'templates/top.tpl')
| -rw-r--r-- | templates/top.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/top.tpl b/templates/top.tpl index f7bdc6d..bc7b7c1 100644 --- a/templates/top.tpl +++ b/templates/top.tpl @@ -1,4 +1,4 @@ -<div class="container" id="bittop"> +<div class="row{$gBitSystem->getConfig('layout-header')}" id="bittop"> <div class="navbar"> <a class="brand" href="{$smarty.const.BIT_ROOT_URL}" {if $gBitSystem->getConfig('site_slogan')} title="{$gBitSystem->getConfig('site_slogan')|escape}" {/if}>{$gBitSystem->getConfig('site_title')}</a> <div class="pull-right"> |
