diff options
author | zotlabs <mike@macgirvin.com> | 2018-02-23 12:44:07 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-02-23 12:44:07 -0800 |
commit | 048a636315671b7e9aaf9152273d101994e37c43 (patch) | |
tree | be68c8f97f4e6de7040fcc276511b89dc749551b /Zotlabs/Module/Admin | |
parent | 5e53f36f340472c593d88e40d69628eac017f441 (diff) | |
download | volse-hubzilla-048a636315671b7e9aaf9152273d101994e37c43.tar.gz volse-hubzilla-048a636315671b7e9aaf9152273d101994e37c43.tar.bz2 volse-hubzilla-048a636315671b7e9aaf9152273d101994e37c43.zip |
Usability and member experience: remove street address info from the default basic profile fields, mention that the site banner can be full HTML, mention on the techlevel setting that this also controls what additional features may be visible.
Diffstat (limited to 'Zotlabs/Module/Admin')
-rw-r--r-- | Zotlabs/Module/Admin/Site.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Admin/Site.php b/Zotlabs/Module/Admin/Site.php index ca181d5f8..b7c558ce7 100644 --- a/Zotlabs/Module/Admin/Site.php +++ b/Zotlabs/Module/Admin/Site.php @@ -299,7 +299,7 @@ class Site { '$techlock' => [ 'techlock', t('Lock the technical skill level setting'), get_config('system','techlevel_lock'), t('Members can set their own technical comfort level by default') ], - '$banner' => array('banner', t("Banner/Logo"), $banner, ""), + '$banner' => array('banner', t("Banner/Logo"), $banner, t('Unfiltered HTML/CSS/JS is allowed')), '$admininfo' => array('admininfo', t("Administrator Information"), $admininfo, t("Contact information for site administrators. Displayed on siteinfo page. BBCode can be used here")), '$siteinfo' => array('siteinfo', t('Site Information'), get_config('system','siteinfo'), t("Publicly visible description of this site. Displayed on siteinfo page. BBCode can be used here")), '$language' => array('language', t("System language"), get_config('system','language'), "", $lang_choices), |