mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
MDL-72032 core: Fix aria roles moremenu
- Part of: MDL-69588
This commit is contained in:
parent
dfefc86393
commit
eed2498215
7 changed files with 15 additions and 16 deletions
|
@ -91,7 +91,7 @@ if ($hassiteconfig) {
|
|||
if ($showsettingslinks) {
|
||||
$node = $PAGE->settingsnav->find('root', navigation_node::TYPE_SITE_ADMIN);
|
||||
if ($node) {
|
||||
$secondarynavigation = $OUTPUT->more_menu($PAGE->secondarynav, 'nav-tabs');
|
||||
$secondarynavigation = $OUTPUT->more_menu($PAGE->secondarynav, 'nav-tabs', true);
|
||||
echo $OUTPUT->render_from_template('core/settings_link_page',
|
||||
['node' => $node, 'secondarynavigation' => $secondarynavigation]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue