aboutsummaryrefslogtreecommitdiffstats
path: root/include/features.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/features.php')
-rw-r--r--include/features.php21
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'),
]
],