diff options
author | Mario <mario@mariovavti.com> | 2018-09-24 09:33:52 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-09-24 09:33:52 +0200 |
commit | 7cadc30914041364663b947d787da6f8b980b894 (patch) | |
tree | b7476c5b107f3d1715fb3fee5caa670842fa4e78 /include | |
parent | e735220691366fb29276dbc3f47ad0347c40aaf5 (diff) | |
download | volse-hubzilla-7cadc30914041364663b947d787da6f8b980b894.tar.gz volse-hubzilla-7cadc30914041364663b947d787da6f8b980b894.tar.bz2 volse-hubzilla-7cadc30914041364663b947d787da6f8b980b894.zip |
settings for directory and set App::$profile_uid in directory if local_channel()
Diffstat (limited to 'include')
-rw-r--r-- | include/features.php | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/include/features.php b/include/features.php index 37445c643..c1d2510de 100644 --- a/include/features.php +++ b/include/features.php @@ -114,15 +114,6 @@ function get_features($filtered = true, $level = (-1)) { ], [ - 'advanced_dirsearch', - t('Advanced Directory Search'), - t('Allows creation of complex directory search queries'), - false, - get_config('feature_lock','advanced_dirsearch'), - feature_level('advanced_dirsearch',4), - ], - - [ 'advanced_theming', t('Advanced Theme and Layout Settings'), t('Allows fine tuning of themes and page layouts'), @@ -283,6 +274,20 @@ function get_features($filtered = true, $level = (-1)) { ] ], + 'directory' => [ + + t('Directory'), + + [ + 'advanced_dirsearch', + t('Advanced Directory Search'), + t('Allows creation of complex directory search queries'), + false, + get_config('feature_lock','advanced_dirsearch'), + ] + + ], + 'editor' => [ t('Editor'), |