From a335df7daaaafaed6e2a4b962009904372401a3b Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 7 Apr 2024 18:11:03 +0000 Subject: [PATCH] fix tag-lists --- Theme/Backend/news-dashboard.tpl.php | 2 ++ Theme/Backend/news-single.tpl.php | 2 +- Theme/Backend/news-view.tpl.php | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Theme/Backend/news-dashboard.tpl.php b/Theme/Backend/news-dashboard.tpl.php index e0e6bb2..50dcd8a 100755 --- a/Theme/Backend/news-dashboard.tpl.php +++ b/Theme/Backend/news-dashboard.tpl.php @@ -42,12 +42,14 @@ echo $this->data['nav']->render(); ?>
plain, 0, 500)); ?>
+
tags as $tag) : ?> icon) ? '' : '' . $this->printHtml($tag->icon) . ''; ?> printHtml($tag->getL11n()); ?> +
diff --git a/Theme/Backend/news-single.tpl.php b/Theme/Backend/news-single.tpl.php index 4e13a44..539fd77 100755 --- a/Theme/Backend/news-single.tpl.php +++ b/Theme/Backend/news-single.tpl.php @@ -48,7 +48,7 @@ echo $this->data['nav']->render(); ?> name; ?>
-
+
tags as $tag) : ?> printHtml($tag->getL11n()); ?> diff --git a/Theme/Backend/news-view.tpl.php b/Theme/Backend/news-view.tpl.php index 6b3cb50..700a6b0 100644 --- a/Theme/Backend/news-view.tpl.php +++ b/Theme/Backend/news-view.tpl.php @@ -48,7 +48,7 @@ echo $this->data['nav']->render(); ?> name; ?>
-
+
tags as $tag) : ?> printHtml($tag->getL11n()); ?>