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) : ?>