mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
Merge branch 'MDL-53181-master' of git://github.com/andrewnicols/moodle
This commit is contained in:
commit
497cd6d48b
2 changed files with 11 additions and 0 deletions
|
@ -3377,12 +3377,16 @@ EOD;
|
|||
array('class' => 'iconsmall')
|
||||
) . $value->title;
|
||||
}
|
||||
|
||||
$al = new action_menu_link_secondary(
|
||||
$value->url,
|
||||
$pix,
|
||||
$value->title,
|
||||
array('class' => 'icon')
|
||||
);
|
||||
if (!empty($value->titleidentifier)) {
|
||||
$al->attributes['data-title'] = $value->titleidentifier;
|
||||
}
|
||||
$am->add($al);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue