blob: 916ba1c759920d4ec356573b71a71f6b26601c92 (
plain) (
tree)
|
|
<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>
|