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/css/mod_manage.css | 2 +- view/tpl/channel.tpl | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'view') diff --git a/view/css/mod_manage.css b/view/css/mod_manage.css index 15dd30ec6..51f5062ae 100644 --- a/view/css/mod_manage.css +++ b/view/css/mod_manage.css @@ -12,7 +12,7 @@ margin-bottom: 20px; } -.channel-selection-primary { +.channel-selection-default { font-size: 0.8em; margin-bottom: 10px; } 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