mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +02:00
Merge branch 'MDL-63153_master' of https://github.com/aanabit/moodle
This commit is contained in:
commit
3d18697115
7 changed files with 240 additions and 0 deletions
|
@ -73,6 +73,14 @@ if ($hassiteconfig) {
|
|||
$temp->add(new admin_setting_configtext('mobilecssurl', new lang_string('mobilecssurl', 'tool_mobile'),
|
||||
new lang_string('configmobilecssurl', 'tool_mobile'), '', PARAM_URL));
|
||||
|
||||
// Reference to Branded Mobile App.
|
||||
if (empty($CFG->disableserviceads_branded)) {
|
||||
$temp->add(new admin_setting_description('moodlebrandedappreference',
|
||||
new lang_string('moodlebrandedapp', 'admin'),
|
||||
new lang_string('moodlebrandedappreference', 'admin')
|
||||
));
|
||||
}
|
||||
|
||||
$temp->add(new admin_setting_heading('tool_mobile/smartappbanners',
|
||||
new lang_string('smartappbanners', 'tool_mobile'), ''));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue