aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-09-25 12:02:48 +0200
committerMario Vavti <mario@mariovavti.com>2018-09-25 12:02:48 +0200
commit65423b1768b485452e1f8bad4a1be2625f7a0350 (patch)
tree88435897b0ac6a71e9fa8247ebce643fe0438dc2
parent9bb0f1d18ece05ac1d37800c61d0b071f560dac3 (diff)
downloadvolse-hubzilla-65423b1768b485452e1f8bad4a1be2625f7a0350.tar.gz
volse-hubzilla-65423b1768b485452e1f8bad4a1be2625f7a0350.tar.bz2
volse-hubzilla-65423b1768b485452e1f8bad4a1be2625f7a0350.zip
get rid of general features
-rw-r--r--include/features.php16
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'),