diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-11-19 22:15:51 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-11-19 22:15:51 +0100 |
commit | 66a0b4790e97252a93b14c555c5c7fdb6eae5b47 (patch) | |
tree | c35fb448532bfbf6660dca1dfee7f50f6afba001 /view/tpl/navbar_default.tpl | |
parent | 46ab7ca78650441165017fc0c772506e200820e3 (diff) | |
download | volse-hubzilla-66a0b4790e97252a93b14c555c5c7fdb6eae5b47.tar.gz volse-hubzilla-66a0b4790e97252a93b14c555c5c7fdb6eae5b47.tar.bz2 volse-hubzilla-66a0b4790e97252a93b14c555c5c7fdb6eae5b47.zip |
fix pinned apps not available in mobile view
Diffstat (limited to 'view/tpl/navbar_default.tpl')
-rwxr-xr-x | view/tpl/navbar_default.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/navbar_default.tpl b/view/tpl/navbar_default.tpl index 62524ad5b..c4f5af1dc 100755 --- a/view/tpl/navbar_default.tpl +++ b/view/tpl/navbar_default.tpl @@ -195,6 +195,9 @@ </div> <div id="sys-apps-collapsed" style="display:none;"> {{/if}} + {{foreach $navbar_apps as $navbar_app}} + {{$navbar_app}} + {{/foreach}} {{foreach $nav_apps as $nav_app}} {{$nav_app|replace:'dropdown-item':'nav-link'}} {{/foreach}} |