From c2f8c5481366e2e1ba12581ad1ad2781d29e7091 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 6 Dec 2020 11:13:19 +0100 Subject: [PATCH] tpl fixes, dont use printHtml for none-string types --- Theme/Backend/top.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theme/Backend/top.tpl.php b/Theme/Backend/top.tpl.php index 0fb8df4..733e981 100755 --- a/Theme/Backend/top.tpl.php +++ b/Theme/Backend/top.tpl.php @@ -25,7 +25,7 @@ if (isset($this->nav[NavigationType::TOP])) : ?>
  • > - 0) : ?>printHtml($unread[$link['nav_from']]); ?> + 0) : ?> getHtml($link['nav_name'], 'Navigation'); ?>