mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-35634-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
This commit is contained in:
commit
cafabb5fd0
1 changed files with 1 additions and 1 deletions
|
@ -1572,7 +1572,7 @@ function print_section($course, $section, $mods, $modnamesused, $absolute=false,
|
|||
// Display link itself
|
||||
echo '<a ' . $linkcss . $mod->extra . $onclick .
|
||||
' href="' . $url . '"><img src="' . $mod->get_icon_url() .
|
||||
'" class="activityicon" alt="" /> ' .
|
||||
'" class="activityicon" alt="' . $modulename . '" /> ' .
|
||||
$accesstext . '<span class="instancename">' .
|
||||
$instancename . $altname . '</span></a>';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue