diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-09-12 11:08:53 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-09-12 11:08:53 +0200 |
commit | 2651eae663869e78aa0166bd33ac80a44b26b5ea (patch) | |
tree | 3a4bc5e4d60364975174e3e0acab36b098b5346c /include/features.php | |
parent | 28e4977c33e11e4bb65c85977c82f3523f685bac (diff) | |
download | volse-hubzilla-2651eae663869e78aa0166bd33ac80a44b26b5ea.tar.gz volse-hubzilla-2651eae663869e78aa0166bd33ac80a44b26b5ea.tar.bz2 volse-hubzilla-2651eae663869e78aa0166bd33ac80a44b26b5ea.zip |
mpre feature to app transition
Diffstat (limited to 'include/features.php')
-rw-r--r-- | include/features.php | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/include/features.php b/include/features.php index 7e2c9a3ac..b7e1878c3 100644 --- a/include/features.php +++ b/include/features.php @@ -81,24 +81,6 @@ function get_features($filtered = true, $level = (-1)) { get_config('feature_lock','profile_export'), feature_level('profile_export',3), ], - - [ - 'webpages', - t('Web Pages'), - t('Provide managed web pages on your channel'), - false, - get_config('feature_lock','webpages'), - feature_level('webpages',3), - ], - - [ - 'wiki', - t('Wiki'), - t('Provide a wiki for your channel'), - false, - get_config('feature_lock','wiki'), - feature_level('wiki',2), - ], /* [ 'hide_rating', @@ -119,15 +101,6 @@ function get_features($filtered = true, $level = (-1)) { ], [ - 'articles', - t('Articles'), - t('Create interactive articles'), - false, - get_config('feature_lock','articles'), - feature_level('articles',1), - ], - - [ 'nav_channel_select', t('Navigation Channel Select'), t('Change channels directly from within the navigation dropdown menu'), |