From bad35380c7c6a6752b37d9179b0799fc7358e59c Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 9 Mar 2006 09:49:34 +0000 Subject: [PATCH] FIxed icon display --- course/user.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"; -- 2.39.5