From e332d1074f1b663ec66d37b0f575df2e41d5535c Mon Sep 17 00:00:00 2001 From: zotlabs Date: Mon, 1 May 2017 21:10:04 -0700 Subject: move theme specific files to theme dir --- view/tpl/channels.tpl | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100755 view/tpl/channels.tpl (limited to 'view/tpl/channels.tpl') diff --git a/view/tpl/channels.tpl b/view/tpl/channels.tpl deleted file mode 100755 index f484b49e5..000000000 --- a/view/tpl/channels.tpl +++ /dev/null @@ -1,24 +0,0 @@ -
-
-  {{$create.2}} -

{{$header}}

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