From: moodler Date: Thu, 9 Mar 2006 09:49:34 +0000 (+0000) Subject: FIxed icon display X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=bad35380c7c6a6752b37d9179b0799fc7358e59c;p=moodle.git FIxed icon display --- diff --git a/course/user.php b/course/user.php index b159137aee..e7290212c7 100644 --- a/course/user.php +++ b/course/user.php @@ -231,7 +231,9 @@ function print_outline_row($mod, $instance, $result) { - $image = "modname/icon.gif\" height=\"16\" width=\"16\" alt=\"$mod->modfullname\" />"; + global $CFG; + + $image = "pixpathmod/$mod->modname/icon.gif\" height=\"16\" width=\"16\" alt=\"$mod->modfullname\" />"; echo ""; echo "$image";