mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
FIxed icon display
This commit is contained in:
parent
256ed9e4cd
commit
bad35380c7
@ -231,7 +231,9 @@
|
||||
|
||||
|
||||
function print_outline_row($mod, $instance, $result) {
|
||||
$image = "<img src=\"../mod/$mod->modname/icon.gif\" height=\"16\" width=\"16\" alt=\"$mod->modfullname\" />";
|
||||
global $CFG;
|
||||
|
||||
$image = "<img src=\"$CFG->pixpathmod/$mod->modname/icon.gif\" height=\"16\" width=\"16\" alt=\"$mod->modfullname\" />";
|
||||
|
||||
echo "<tr>";
|
||||
echo "<td valign=\"top\">$image</td>";
|
||||
|
Loading…
x
Reference in New Issue
Block a user