From 23784aabd1ea3188ff6ac04bea3698c4508fcac5 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 10 Mar 2024 02:24:56 +0000 Subject: [PATCH] bump --- Theme/Backend/wiki-dashboard.tpl.php | 5 ++++- Theme/Backend/wiki-doc-view.tpl.php | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Theme/Backend/wiki-dashboard.tpl.php b/Theme/Backend/wiki-dashboard.tpl.php index 2135309..32997bb 100755 --- a/Theme/Backend/wiki-dashboard.tpl.php +++ b/Theme/Backend/wiki-dashboard.tpl.php @@ -38,7 +38,10 @@ echo $this->data['nav']->render(); ?> docRaw, 0, 500)); ?> tags as $tag) : ?> - icon) ? '' : ''; ?>printHtml($tag->getL11n()); ?> + + icon) ? '' : '' . $this->printHtml($tag->icon) . ''; ?> + printHtml($tag->getL11n()); ?> +
diff --git a/Theme/Backend/wiki-doc-view.tpl.php b/Theme/Backend/wiki-doc-view.tpl.php index 0737b5e..813a826 100644 --- a/Theme/Backend/wiki-doc-view.tpl.php +++ b/Theme/Backend/wiki-doc-view.tpl.php @@ -39,7 +39,10 @@ echo $this->data['nav']->render();
doc; ?>
tags as $tag) : ?> - icon) ? '' : ''; ?>printHtml($tag->getL11n()); ?> + + icon) ? '' : '' . $this->printHtml($tag->icon) . ''; ?> + printHtml($tag->getL11n()); ?> + files; foreach ($files as $file) : ?>