diff options
Diffstat (limited to 'view/tpl/channels.tpl')
-rwxr-xr-x | view/tpl/channels.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/tpl/channels.tpl b/view/tpl/channels.tpl index a3acaac06..317384661 100755 --- a/view/tpl/channels.tpl +++ b/view/tpl/channels.tpl @@ -8,15 +8,19 @@ {{/if}} {{if $selected}} +<div id="selected-channel"> <div id="channels-selected">{{$msg_selected}}</div> {{include file="channel.tpl" channel=$selected}} <div class="channels-end selected"></div> +</div> {{/if}} <div id="channels-desc" class="descriptive-text">{{$desc}}</div> +<div id="all-channels"> {{foreach $all_channels as $chn}} {{include file="channel.tpl" channel=$chn}} {{/foreach}} +</div> <div class="channels-end all"></div> |