Skip to content
Snippets Groups Projects
Commit 355c92e0 authored by Florian Bieringer's avatar Florian Bieringer
Browse files

Fix tag color

parent b9c3f215
No related branches found
No related tags found
2 merge requests!5Reworked tiledesign and added listview,!4Reworked tiledesign and added listview
......@@ -12,7 +12,7 @@
<? if (count($tags)) : ?>
<footer class="tags">
<? foreach ($tags as $tag) : ?>
<a href="<?= PluginEngine::getLink($plugin, array('tag' => $tag), "presenting/all") ?>"><?= Assets::img("icons/16/white/tag.svg", array('class' => "text-bottom")) ?> <?= htmlReady(ucwords($tag)) ?></a>
<a href="<?= PluginEngine::getLink($plugin, array('tag' => $tag), "presenting/all") ?>"><?= Assets::img("icons/16/blue/tag.svg", array('class' => "text-bottom")) ?> <?= htmlReady(ucwords($tag)) ?></a>
<? endforeach ?>
</footer>
<? endif ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment