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_bar.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_bar.tpl')
| -rw-r--r-- | templates/top_bar.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/top_bar.tpl b/templates/top_bar.tpl index 5dbd382..76c6d12 100644 --- a/templates/top_bar.tpl +++ b/templates/top_bar.tpl @@ -1,5 +1,5 @@ {strip} -<div class="container" id="bittopbar"> +<div class="row{$gBitSystem->getConfig('layout-header')}" id="bittopbar"> <div class="navbar navbar-static-top"> <div class="navbar-inner"> <div class="nav-collapse collapse clear width100p"> |
