diff options
author | Thomas Willingham <founder@kakste.com> | 2013-02-13 15:35:57 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-02-13 15:35:57 +0000 |
commit | 5888d03ff604ed9b46f498b18e3fdfa407ab53b5 (patch) | |
tree | e7562a507c837a37cd28e97babc8f4a8bae717ba /include/features.php | |
parent | b19764c9a1842cc366ffb641984395210e92c2b1 (diff) | |
download | volse-hubzilla-5888d03ff604ed9b46f498b18e3fdfa407ab53b5.tar.gz volse-hubzilla-5888d03ff604ed9b46f498b18e3fdfa407ab53b5.tar.bz2 volse-hubzilla-5888d03ff604ed9b46f498b18e3fdfa407ab53b5.zip |
Expert mode. Doesn't do anything yet, just checking in on the offchance anyone needs it before I'm finished with the theme stuff that uses it.
Diffstat (limited to 'include/features.php')
-rw-r--r-- | include/features.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/features.php b/include/features.php index e4781518b..094e96c78 100644 --- a/include/features.php +++ b/include/features.php @@ -22,6 +22,8 @@ function get_features() { array('expire', t('Content Expiration'), t('Remove old posts/comments after a period of time')), array('multi_profiles', t('Multiple Profiles'), t('Ability to create multiple profiles')), array('webpages', t('Web Pages'), t('Provide managed web pages on your channel')), + array('expert', t('Expert Mode'), t('Enable Expert Mode to provide advanced configuration options')), + ), |