diff --git a/Theme/Backend/media-list.tpl.php b/Theme/Backend/media-list.tpl.php index 7c63223..50fa89d 100755 --- a/Theme/Backend/media-list.tpl.php +++ b/Theme/Backend/media-list.tpl.php @@ -209,7 +209,7 @@ $next = empty($media) ? '{/base}/media/list' : '{/base}/media/list?{?}&id=' getTags(); foreach ($tags as $tag) : ?> - icon) ? '' : ''; ?> + icon) ? '' : '' . $this->printHtml($tag->icon) . ''; ?> printHtml($tag->getL11n()); ?> diff --git a/Theme/Backend/media-single.tpl.php b/Theme/Backend/media-single.tpl.php index 4b0a8d0..d9d6643 100755 --- a/Theme/Backend/media-single.tpl.php +++ b/Theme/Backend/media-single.tpl.php @@ -97,7 +97,7 @@ echo $this->data['nav']->render(); ); ?> getHtml('Tags'); ?> - icon) ? '' : ''; ?>printHtml($tag->getL11n()); ?> + icon) ? '' : '' . $this->printHtml($tag->icon) . ''; ?>printHtml($tag->getL11n()); ?> getHtml('Description'); ?> description; ?>