diff --git a/Theme/Backend/news-dashboard.tpl.php b/Theme/Backend/news-dashboard.tpl.php index bd821cf..976d301 100755 --- a/Theme/Backend/news-dashboard.tpl.php +++ b/Theme/Backend/news-dashboard.tpl.php @@ -44,7 +44,7 @@ echo $this->data['nav']->render(); ?>
plain, 0, 500)); ?>
getTags(); foreach ($tags as $tag) : ?> - icon) ? '' : ''; ?>printHtml($tag->getL11n()); ?> + 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 7871524..94b29c8 100755 --- a/Theme/Backend/news-single.tpl.php +++ b/Theme/Backend/news-single.tpl.php @@ -53,7 +53,10 @@ echo $this->data['nav']->render(); ?>
- icon) ? '' : ''; ?>printHtml($tag->getL11n()); ?> + + icon) ? '' : '' . $this->printHtml($tag->icon) . ''; ?> + printHtml($tag->getL11n()); ?> +