aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/channels.tpl
blob: ab15c0001b7c13e1dff3fc51b4e1de61f70a324b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{{*
 *	AUTOMATICALLY GENERATED TEMPLATE
 *	DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
 *
 *}}<h3>{{$header}}</h3>


{{if $links}}
{{foreach $links as $l}}
<a class="channels-links" href="{{$l.0}}" title="{{$l.1}}">{{$l.2}}</a>
{{/foreach}}
{{/if}} 

{{if $selected}}
<div id="channels-selected">{{$msg_selected}}</div>
{{include file="channel.tpl" channel=$selected}}
<div class="channels-end selected"></div>
{{/if}}

<div id="channels-desc" class="descriptive-text">{{$desc}}</div>

{{foreach $all_channels as $chn}}
{{include file="channel.tpl" channel=$chn}}
{{/foreach}} 

<div class="channels-end all"></div>