diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-11-05 16:20:56 +0100 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-11-05 16:20:56 +0100 |
commit | 0db5a8673d57088ab394cdaf372fb81dbd78bcbb (patch) | |
tree | 2c5f4f334f4e1fdcd915364a2d038113fc3649c6 /mod | |
parent | 91f2e05d5dc15915cb8a9ebbfb6195a6d8d6da35 (diff) | |
download | volse-hubzilla-0db5a8673d57088ab394cdaf372fb81dbd78bcbb.tar.gz volse-hubzilla-0db5a8673d57088ab394cdaf372fb81dbd78bcbb.tar.bz2 volse-hubzilla-0db5a8673d57088ab394cdaf372fb81dbd78bcbb.zip |
Firefox share (that seems now the official name) button added to misc. settings.
Diffstat (limited to 'mod')
-rw-r--r-- | mod/settings.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mod/settings.php b/mod/settings.php index 8bfff3765..18bfaeb08 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -1102,12 +1102,13 @@ function settings_content(&$a) { '$expert' => feature_enabled(local_channel(),'expert'), '$hint' => t('Please enable expert mode (in <a href="settings/features">Settings > Additional features</a>) to adjust!'), '$lbl_misc' => t('Miscellaneous Settings'), - '$photo_path' => array('photo_path', t('Default photo upload folder'), get_pconfig(local_channel(),'system','photo_path'), '%Y - current year, %m - current month'), - '$attach_path' => array('attach_path', t('Default file upload folder'), get_pconfig(local_channel(),'system','attach_path'), '%Y - current year, %m - current month'), + '$photo_path' => array('photo_path', t('Default photo upload folder'), get_pconfig(local_channel(),'system','photo_path'), t('%Y - current year, %m - current month')), + '$attach_path' => array('attach_path', t('Default file upload folder'), get_pconfig(local_channel(),'system','attach_path'), t('%Y - current year, %m - current month')), '$menus' => $menu, '$menu_desc' => t('Personal menu to display in your channel pages'), '$removeme' => t('Remove Channel'), '$removechannel' => t('Remove this channel.'), + '$firefoxshare' => t('Firefox Share $Projectname provider'), )); call_hooks('settings_form',$o); |