diff --git a/Theme/Backend/media-view.tpl.php b/Theme/Backend/media-view.tpl.php index f29488f..6d53eec 100644 --- a/Theme/Backend/media-view.tpl.php +++ b/Theme/Backend/media-view.tpl.php @@ -98,13 +98,16 @@ echo $this->data['nav']->render(); getHtml('Creator'); ?>printHtml( \ltrim($media->createdBy->name2 . ', ' . $media->createdBy->name1, ', ') ); ?> - getHtml('Tags'); ?> + getHtml('Tags'); ?> + +
tags as $tag) : ?> icon) ? '' : '' . $this->printHtml($tag->icon) . ''; ?> printHtml($tag->getL11n()); ?> +
getHtml('Description'); ?> printHtml($media->description); ?>