mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-77370 admin: Add a new setting for Support contact
This commit is contained in:
parent
9ee4f8db8b
commit
25c2d17157
3 changed files with 7 additions and 2 deletions
|
@ -69,7 +69,8 @@ if ($hassiteconfig) {
|
|||
CONTACT_SUPPORT_DISABLED => new lang_string('disabled', 'admin'),
|
||||
]
|
||||
));
|
||||
|
||||
$temp->add(new admin_setting_configtext('servicespage', new lang_string('servicespage', 'admin'),
|
||||
new lang_string('configservicespage', 'admin'), '', PARAM_URL));
|
||||
|
||||
$ADMIN->add('server', $temp);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue