summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/top_bar.tpl5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/top_bar.tpl b/templates/top_bar.tpl
index 569d5a7..e21b724 100755
--- a/templates/top_bar.tpl
+++ b/templates/top_bar.tpl
@@ -1,7 +1,10 @@
{strip}
<nav class="navbar navbar-default {if $gBitSystem->getConfig('layout-header')}navbar-static-top{/if}" id="bittopbar">
<div class="navbar-header">
- <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bit-top-menu">{biticon ipackage="icons" iname="view-sort-ascending"}</button>
+ <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bit-top-menu"><span class="sr-only">Toggle navigation</span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span></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}