diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-02-03 12:12:05 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-02-03 12:12:05 +0100 |
commit | dce9a70ff59658249abeb58af46144eea16c721b (patch) | |
tree | 379a4c0a0c94a5a2c10563286da1c43c14ab42d6 /include/nav.php | |
parent | 631a8278d34da70ff312b0dcc11f8e486a4d4597 (diff) | |
download | volse-hubzilla-dce9a70ff59658249abeb58af46144eea16c721b.tar.gz volse-hubzilla-dce9a70ff59658249abeb58af46144eea16c721b.tar.bz2 volse-hubzilla-dce9a70ff59658249abeb58af46144eea16c721b.zip |
check for app-icons in app_list() instead of app_render()
Diffstat (limited to 'include/nav.php')
-rw-r--r-- | include/nav.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/nav.php b/include/nav.php index 98b6ebe3f..356c0643b 100644 --- a/include/nav.php +++ b/include/nav.php @@ -264,7 +264,6 @@ EOT; '$localuser' => local_channel(), )); - $tpl = get_markup_template('nav.tpl'); App::$page['nav'] .= replace_macros($tpl, array( |