From 9bb1b7e3ed4cb297b0d2536725ddb510ef48aafc Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 2 Nov 2012 18:55:40 +1100 Subject: fix default channel --- view/tpl/channel.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'view/tpl/channel.tpl') diff --git a/view/tpl/channel.tpl b/view/tpl/channel.tpl index 5bae5ba33..af4f9b703 100644 --- a/view/tpl/channel.tpl +++ b/view/tpl/channel.tpl @@ -1,9 +1,9 @@
-{{ if $channel.primary_links }} -{{ if $channel.channel_primary }} -
$msg_primary
+{{ if $channel.default_links }} +{{ if $channel.default }} +
$msg_default
{{ else }} - + {{ endif }} {{ endif }} $channel.channel_name -- cgit v1.2.3