From dce9a70ff59658249abeb58af46144eea16c721b Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 3 Feb 2017 12:12:05 +0100 Subject: check for app-icons in app_list() instead of app_render() --- view/tpl/app.tpl | 2 +- view/tpl/navapps.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'view') diff --git a/view/tpl/app.tpl b/view/tpl/app.tpl index 434653e1e..a389695ee 100644 --- a/view/tpl/app.tpl +++ b/view/tpl/app.tpl @@ -1,6 +1,6 @@
diff --git a/view/tpl/navapps.tpl b/view/tpl/navapps.tpl index db5c7ae17..07110706c 100644 --- a/view/tpl/navapps.tpl +++ b/view/tpl/navapps.tpl @@ -1,6 +1,6 @@ {{foreach $apps as $app}} -
  • {{if $icon}}{{else}}{{/if}} {{$app.name}}
  • +
  • {{if $app.icon}}{{else}}{{/if}} {{$app.name}}
  • {{/foreach}} {{if $localuser}}
  • -- cgit v1.2.3