diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-09-25 12:02:48 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-09-25 12:02:48 +0200 |
commit | 65423b1768b485452e1f8bad4a1be2625f7a0350 (patch) | |
tree | 88435897b0ac6a71e9fa8247ebce643fe0438dc2 /include/features.php | |
parent | 9bb0f1d18ece05ac1d37800c61d0b071f560dac3 (diff) | |
download | volse-hubzilla-65423b1768b485452e1f8bad4a1be2625f7a0350.tar.gz volse-hubzilla-65423b1768b485452e1f8bad4a1be2625f7a0350.tar.bz2 volse-hubzilla-65423b1768b485452e1f8bad4a1be2625f7a0350.zip |
get rid of general features
Diffstat (limited to 'include/features.php')
-rw-r--r-- | include/features.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/include/features.php b/include/features.php index f6ab7d142..12b0ed787 100644 --- a/include/features.php +++ b/include/features.php @@ -71,22 +71,6 @@ function get_features($filtered = true, $level = (-1)) { $arr = [ - // General - 'general' => [ - - t('General Features'), - - [ - 'advanced_theming', - t('Advanced Theme and Layout Settings'), - t('Allows fine tuning of themes and page layouts'), - false, - get_config('feature_lock','advanced_theming'), - feature_level('advanced_theming',4), - ], - ], - - 'access_control' => [ t('Access Control and Permissions'), |