diff --git a/Theme/Backend/task-dashboard.tpl.php b/Theme/Backend/task-dashboard.tpl.php index b131b9f..4d9fe96 100755 --- a/Theme/Backend/task-dashboard.tpl.php +++ b/Theme/Backend/task-dashboard.tpl.php @@ -82,7 +82,7 @@ echo $this->data['nav']->render(); ?> getTags(); foreach ($tags as $tag) : ?> - icon) ? '' : ''; ?> + icon) ? '' : '' . $this->printHtml($tag->icon) . ''; ?> printHtml($tag->getL11n()); ?> @@ -156,7 +156,7 @@ echo $this->data['nav']->render(); ?> getTags(); foreach ($tags as $tag) : ?> - icon) ? '' : ''; ?> + icon) ? '' : '' . $this->printHtml($tag->icon) . ''; ?> printHtml($tag->getL11n()); ?> @@ -235,7 +235,7 @@ echo $this->data['nav']->render(); ?> getTags(); foreach ($tags as $tag) : ?> - icon) ? '' : ''; ?> + icon) ? '' : '' . $this->printHtml($tag->icon) . ''; ?> printHtml($tag->getL11n()); ?> @@ -320,7 +320,7 @@ echo $this->data['nav']->render(); ?> getTags(); foreach ($tags as $tag) : ?> - icon) ? '' : ''; ?> + icon) ? '' : '' . $this->printHtml($tag->icon) . ''; ?> printHtml($tag->getL11n()); ?> diff --git a/Theme/Backend/task-single.tpl.php b/Theme/Backend/task-single.tpl.php index a08d12c..a2af1d4 100755 --- a/Theme/Backend/task-single.tpl.php +++ b/Theme/Backend/task-single.tpl.php @@ -88,7 +88,7 @@ echo $this->data['nav']->render(); ?> $tags = $task->getTags(); foreach ($tags as $tag) : ?> - icon) ? '' : ''; ?>printHtml($tag->getL11n()); ?> + icon) ? '' : '' . $this->printHtml($tag->icon) . ''; ?>printHtml($tag->getL11n()); ?>