diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-09-28 11:29:05 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-09-28 11:29:05 +0200 |
commit | 20285d076b789f2e08d83e2fb7c89d017a4135ed (patch) | |
tree | b015e4da5f79ea5b78acd85513f3bc98da236ab6 /include/features.php | |
parent | 44bb0702030e0c7d6c15e1052b8c49d4cb109157 (diff) | |
download | volse-hubzilla-20285d076b789f2e08d83e2fb7c89d017a4135ed.tar.gz volse-hubzilla-20285d076b789f2e08d83e2fb7c89d017a4135ed.tar.bz2 volse-hubzilla-20285d076b789f2e08d83e2fb7c89d017a4135ed.zip |
settings for channel home
Diffstat (limited to 'include/features.php')
-rw-r--r-- | include/features.php | 21 |
1 files changed, 13 insertions, 8 deletions
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'), ] ], |