mirror of
https://github.com/moodle/moodle.git
synced 2025-02-23 11:27:51 +01:00
Merge branch 'MDL-83204-main' of https://github.com/roland04/moodle
This commit is contained in:
commit
36de9d1c88
@ -76,7 +76,9 @@ class hook_callbacks {
|
||||
return;
|
||||
}
|
||||
$hook->add_html(
|
||||
html_writer::link($url, get_string('getmoodleonyourmobile', 'tool_mobile'), ['class' => 'mobilelink']),
|
||||
html_writer::div(
|
||||
html_writer::link($url, get_string('getmoodleonyourmobile', 'tool_mobile'), ['class' => 'mobilelink']),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -79,7 +79,10 @@ class hook_callbacks {
|
||||
if (!empty($policies)) {
|
||||
$url = new moodle_url('/admin/tool/policy/viewall.php', ['returnurl' => $PAGE->url]);
|
||||
$hook->add_html(
|
||||
html_writer::link($url, get_string('userpolicysettings', 'tool_policy'), ['class' => 'policiesfooter']),
|
||||
html_writer::div(
|
||||
html_writer::link($url, get_string('userpolicysettings', 'tool_policy')),
|
||||
'policiesfooter',
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user