From 20285d076b789f2e08d83e2fb7c89d017a4135ed Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 28 Sep 2018 11:29:05 +0200 Subject: settings for channel home --- include/features.php | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'include/features.php') diff --git a/include/features.php b/include/features.php index 5584ba3e4..c07e30336 100644 --- a/include/features.php +++ b/include/features.php @@ -85,6 +85,19 @@ function get_features($filtered = true, $level = (-1)) { ], + 'channel_home' => [ + + t('Channel Home'), + + [ + 'tagadelic', + t('Tag Cloud'), + t('Provide a personal tag cloud on your channel page'), + false, + get_config('feature_lock','tagadelic'), + ] + ], + 'connections' => [ t('Connections'), @@ -140,14 +153,6 @@ function get_features($filtered = true, $level = (-1)) { t('Ability to mark special posts with a star indicator'), false, get_config('feature_lock','star_posts'), - ], - - [ - 'tagadelic', - t('Tag Cloud'), - t('Provide a personal tag cloud on your channel page'), - false, - get_config('feature_lock','tagadelic'), ] ], -- cgit v1.2.3