aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/channels.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/channels.tpl')
-rw-r--r--view/tpl/channels.tpl7
1 files changed, 2 insertions, 5 deletions
diff --git a/view/tpl/channels.tpl b/view/tpl/channels.tpl
index bfff3964f..50366efa6 100644
--- a/view/tpl/channels.tpl
+++ b/view/tpl/channels.tpl
@@ -1,6 +1,5 @@
<h3>$header</h3>
-<div id="channels-desc" class="descriptive-text">$desc</div>
{{ if $links }}
{{ for $links as $l }}
@@ -8,12 +7,10 @@
{{ endfor }}
{{ endif }}
-<div align="center">{{ inc channel.tpl with $chn = $active }}</div>
-<div align="center">$act_desc</div>
-
+<div id="channels-desc" class="descriptive-text">$desc</div>
{{ for $all_channels as $chn }}
-{{ inc channel.tpl with $channel = $chn }}
+{{ inc channel.tpl with $channel=$chn }}{{ endinc }}
{{ endfor }}
<div class="channels-end"></div>