summaryrefslogtreecommitdiff
path: root/templates/top_bar.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/top_bar.tpl')
-rw-r--r--templates/top_bar.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/top_bar.tpl b/templates/top_bar.tpl
index 583f129..ae99cd5 100644
--- a/templates/top_bar.tpl
+++ b/templates/top_bar.tpl
@@ -1,11 +1,11 @@
{strip}
-<nav class="navbar navbar-default {if $gBitSystem->getConfig('layout-header')}navbar-static-top{/if}" id="bittopbar">
+<nav class="navbar navbar-default {if $gBitSystem->getConfig('layout-header')}navbar-static-top{/if}" id="bw-top-bar">
<div class="navbar-header">
- <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bit-top-menu">{booticon iname="fa-bars"}</button>
+ <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bw-top-menu">{booticon iname="fa-bars"}</button>
<a class="navbar-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>
{if $gBitSystem->mAppMenu}
- <div class="collapse navbar-collapse" id="bit-top-menu">
+ <div class="collapse navbar-collapse" id="bw-top-menu">
{if $gBitSystem->mAppMenu.bar}
<ul class="nav navbar-nav">
{foreach key=key item=menu from=$gBitSystem->mAppMenu.bar}