diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-17 17:24:47 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-17 17:24:47 +0100 |
| commit | c6a20e305813667e5fa5be404d4a6cba666cb74a (patch) | |
| tree | 13b3a2525d014e0ed595237bd3949d8e13ea37a6 | |
| parent | 8723d0082dd4f5ab2122eed0e6c84592ce83f0bf (diff) | |
| download | kernel-master.tar.gz kernel-master.tar.bz2 kernel-master.zip | |
{biticon ipackage="icons" iname="view-sort-ascending"} is colourstrap-
dependent and renders nothing since the drop. Replaced with standard
Bootstrap 3 navbar toggle markup (3× icon-bar spans + sr-only label).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -rwxr-xr-x | templates/top_bar.tpl | 5 |
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} |
