From: moodler Date: Thu, 9 Mar 2006 16:44:57 +0000 (+0000) Subject: Fix icons X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9b2831eb77455015f30d2ccfcf2d9228a7adaef1;p=moodle.git Fix icons --- diff --git a/course/user.php b/course/user.php index e7290212c7..85e2d54eac 100644 --- a/course/user.php +++ b/course/user.php @@ -233,7 +233,7 @@ function print_outline_row($mod, $instance, $result) { global $CFG; - $image = "pixpathmod/$mod->modname/icon.gif\" height=\"16\" width=\"16\" alt=\"$mod->modfullname\" />"; + $image = "modpixpath/$mod->modname/icon.gif\" height=\"16\" width=\"16\" alt=\"$mod->modfullname\" />"; echo ""; echo "$image";