diff options
| author | Christian Fowler <cfowler2@wcpss.net> | 2013-04-09 12:51:40 -0400 |
|---|---|---|
| committer | Christian Fowler <cfowler2@wcpss.net> | 2013-04-09 12:51:40 -0400 |
| commit | e446da98131e405f6c15ebb235893524702feec5 (patch) | |
| tree | f612f7ec6d396611ad9c78a5d600b2b4a9936280 /templates/top.tpl | |
| parent | 997f6167515f308ba3aceffabcbd59d99c2fa0e3 (diff) | |
| download | kernel-e446da98131e405f6c15ebb235893524702feec5.tar.gz kernel-e446da98131e405f6c15ebb235893524702feec5.tar.bz2 kernel-e446da98131e405f6c15ebb235893524702feec5.zip | |
add configurable support for fluid layouts
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"> |
