mirror of
https://github.com/moodle/moodle.git
synced 2025-02-19 07:41:02 +01:00
Merge branch 'MDL-35634-master' of git://github.com/FMCorz/moodle
This commit is contained in:
commit
dc67f522cf
@ -1577,7 +1577,7 @@ function print_section($course, $section, $mods, $modnamesused, $absolute=false,
|
|||||||
// Display link itself
|
// Display link itself
|
||||||
echo '<a ' . $linkcss . $mod->extra . $onclick .
|
echo '<a ' . $linkcss . $mod->extra . $onclick .
|
||||||
' href="' . $url . '"><img src="' . $mod->get_icon_url() .
|
' href="' . $url . '"><img src="' . $mod->get_icon_url() .
|
||||||
'" class="activityicon" alt="" /> ' .
|
'" class="activityicon" alt="' . $modulename . '" /> ' .
|
||||||
$accesstext . '<span class="instancename">' .
|
$accesstext . '<span class="instancename">' .
|
||||||
$instancename . $altname . '</span></a>';
|
$instancename . $altname . '</span></a>';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user