From 9b2831eb77455015f30d2ccfcf2d9228a7adaef1 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 9 Mar 2006 16:44:57 +0000 Subject: [PATCH] Fix icons --- course/user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.39.5