diff options
Diffstat (limited to 'view/tpl/channels.tpl')
-rw-r--r-- | view/tpl/channels.tpl | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/view/tpl/channels.tpl b/view/tpl/channels.tpl index 50366efa6..916ba1c75 100644 --- a/view/tpl/channels.tpl +++ b/view/tpl/channels.tpl @@ -7,10 +7,16 @@ {{ endfor }} {{ endif }} +{{ if $selected }} +<div id="channels-selected">$msg_selected</div> +{{ inc channel.tpl with $channel=$selected }}{{ endinc }} +<div class="channels-end selected"></div> +{{ endif }} + <div id="channels-desc" class="descriptive-text">$desc</div> {{ for $all_channels as $chn }} {{ inc channel.tpl with $channel=$chn }}{{ endinc }} {{ endfor }} -<div class="channels-end"></div> +<div class="channels-end all"></div> |