From 98dffd77efbad934a26fb4abee9b3e42eeb7b6d2 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 10 Mar 2015 02:23:14 -0700 Subject: channel delegation --- view/tpl/channels.tpl | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'view') 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 @@
+{{if $delegates}} +
+

{{$delegate_header}}

+
+{{foreach $delegates as $chn}} +{{include file="channel.tpl" channel=$chn}} +{{/foreach}} +
+ +
+{{/if}} + -- cgit v1.2.3