diff --git a/Theme/Backend/news-dashboard.tpl.php b/Theme/Backend/news-dashboard.tpl.php index 976d301..c3712c1 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) ? '' : '' . $this->printHtml($tag->icon) . ''; ?>printHtml($tag->getL11n()); ?> + icon) ? '' : ''; ?>printHtml($tag->getL11n()); ?>
diff --git a/Theme/Backend/news-single.tpl.php b/Theme/Backend/news-single.tpl.php index 94b29c8..c9793ee 100755 --- a/Theme/Backend/news-single.tpl.php +++ b/Theme/Backend/news-single.tpl.php @@ -54,7 +54,7 @@ echo $this->data['nav']->render(); ?>
- icon) ? '' : '' . $this->printHtml($tag->icon) . ''; ?> + icon) ? '' : ''; ?> printHtml($tag->getL11n()); ?>