From 70edcabca1e9341b857c469760c88e5c9d318c53 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 6 Feb 2017 20:10:10 +0100 Subject: move icon stuff back to app_render() and send navapps through app_render() --- view/tpl/navapps.tpl | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 view/tpl/navapps.tpl (limited to 'view/tpl/navapps.tpl') diff --git a/view/tpl/navapps.tpl b/view/tpl/navapps.tpl deleted file mode 100644 index 735c322e5..000000000 --- a/view/tpl/navapps.tpl +++ /dev/null @@ -1,8 +0,0 @@ -{{foreach $apps as $app}} -
  • {{if $app.icon}}{{else}}{{/if}}{{$app.name}}
  • -{{/foreach}} -{{if $localuser}} -
  • -
  • Add Apps
  • -{{/if}} - -- cgit v1.2.3