diff options
Diffstat (limited to 'view/tpl/channel.tpl')
-rw-r--r-- | view/tpl/channel.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/channel.tpl b/view/tpl/channel.tpl new file mode 100644 index 000000000..a18c4c1bb --- /dev/null +++ b/view/tpl/channel.tpl @@ -0,0 +1,2 @@ +<img class="channel-photo" src="$channel.photo" alt="$channel.name" /> +<div class="channel-name">$channel.name</div> |