diff options
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/channels.tpl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/view/tpl/channels.tpl b/view/tpl/channels.tpl index 26d0e14d2..44daa0a3e 100755 --- a/view/tpl/channels.tpl +++ b/view/tpl/channels.tpl @@ -23,4 +23,16 @@ <div class="channels-end all"></div> +{{if $delegates}} +<hr /> +<h3>{{$delegate_header}}</h3> +<div id="delegated-channels"> +{{foreach $delegates as $chn}} +{{include file="channel.tpl" channel=$chn}} +{{/foreach}} +</div> + +<div class="channels-end all"></div> +{{/if}} + </div> |