diff options
Diffstat (limited to 'templates/top_bar.tpl')
| -rwxr-xr-x | 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 6e02e24..569d5a7 100755 --- a/templates/top_bar.tpl +++ b/templates/top_bar.tpl @@ -1,7 +1,7 @@ {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">{booticon iname="icon-reorder"}</button> + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bit-top-menu">{biticon ipackage="icons" iname="view-sort-ascending"}</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} |
