diff options
author | Mario <mario@mariovavti.com> | 2018-09-28 13:05:44 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-09-28 13:05:44 +0200 |
commit | 27fef98a390b7dfb14c25c3ad7da456db670e607 (patch) | |
tree | 8015b1acd1a069d59981d988799031413a8fc64b /include/features.php | |
parent | 41108fc4d33d86f895492a4514acbe647ed30435 (diff) | |
parent | d7a20821c3b5920715384e1256315fdddd4ba96b (diff) | |
download | volse-hubzilla-27fef98a390b7dfb14c25c3ad7da456db670e607.tar.gz volse-hubzilla-27fef98a390b7dfb14c25c3ad7da456db670e607.tar.bz2 volse-hubzilla-27fef98a390b7dfb14c25c3ad7da456db670e607.zip |
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
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 d10046fd6..ccf3c5faf 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'), ] ], |