aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/channels.tpl
blob: 916ba1c759920d4ec356573b71a71f6b26601c92 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<h3>$header</h3>


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