diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-10-04 20:48:22 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-10-04 20:48:22 +0200 |
commit | 6e03104e3ee785954b4f755240d1595f702522b2 (patch) | |
tree | 1692db5e10b7f47ac299c3d9745683a754c3c152 /include/features.php | |
parent | e89a84608ffac7289ec398a6a6173bc679098511 (diff) | |
download | volse-hubzilla-6e03104e3ee785954b4f755240d1595f702522b2.tar.gz volse-hubzilla-6e03104e3ee785954b4f755240d1595f702522b2.tar.bz2 volse-hubzilla-6e03104e3ee785954b4f755240d1595f702522b2.zip |
move *_list_mode to features
Diffstat (limited to 'include/features.php')
-rw-r--r-- | include/features.php | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/include/features.php b/include/features.php index b75dc0383..fc4877424 100644 --- a/include/features.php +++ b/include/features.php @@ -103,6 +103,14 @@ function get_features($filtered = true, $level = (-1)) { t('Provide a personal tag cloud on your channel page'), false, get_config('feature_lock','tagadelic'), + ], + + [ + 'channel_list_mode', + t('Use blog/list mode'), + t('Comments will be displayed separately'), + false, + get_config('feature_lock','channel_list_mode'), ] ], @@ -360,6 +368,14 @@ function get_features($filtered = true, $level = (-1)) { t('Show friend and connection suggestions'), false, get_config('feature_lock','suggest') + ], + + [ + 'network_list_mode', + t('Use blog/list mode'), + t('Comments will be displayed separately'), + false, + get_config('feature_lock','network_list_mode'), ] ], |