aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/channels.tpl
blob: 50366efa6304b4131b5db67fe4d6066cc4b1f95e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<h3>$header</h3>


{{ if $links }}
{{ for $links as $l }}
<a class="channels-links" href="$l.0" title="$l.1">$l.2</a>
{{ endfor }}
{{ 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>