aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/channel.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/channel.tpl')
-rw-r--r--view/tpl/channel.tpl7
1 files changed, 5 insertions, 2 deletions
diff --git a/view/tpl/channel.tpl b/view/tpl/channel.tpl
index a18c4c1bb..eb9635ce8 100644
--- a/view/tpl/channel.tpl
+++ b/view/tpl/channel.tpl
@@ -1,2 +1,5 @@
-<img class="channel-photo" src="$channel.photo" alt="$channel.name" />
-<div class="channel-name">$channel.name</div>
+<div class="channel-selection">
+<a href="$channel.link" class="channel-selection-photo-link" title="$channel.entity_name"><img class="channel-photo" src="$channel.thumb" alt="$channel.entity_name" /></a>
+<a href="$channel.link" class="channel-selection-name-link" title="$channel.entity_name"><div class="channel-name">$channel.entity_name</div></a>
+</div>
+<div class="channel-selection-end"></div>