From ba55400f14c7930786785db13a18a6333c20ee7d Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 11 Oct 2017 11:49:03 +0200 Subject: bring nav pinned apps to navbar_default --- view/tpl/app_nav.tpl | 2 +- view/tpl/navbar_default.tpl | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/view/tpl/app_nav.tpl b/view/tpl/app_nav.tpl index 1ee5adb70..046cd7237 100644 --- a/view/tpl/app_nav.tpl +++ b/view/tpl/app_nav.tpl @@ -1 +1 @@ -{{if $icon}}{{else}}{{/if}} +{{if $icon}}{{else}}{{/if}} diff --git a/view/tpl/navbar_default.tpl b/view/tpl/navbar_default.tpl index b6faad0c2..9495ea7a4 100755 --- a/view/tpl/navbar_default.tpl +++ b/view/tpl/navbar_default.tpl @@ -107,6 +107,13 @@ {{/if}} + {{if $navbar_apps}} + {{foreach $navbar_apps as $navbar_app}} +
  • + {{$navbar_app}} +
  • + {{/foreach}} + {{/if}}