]> git.mjollnir.org Git - moodle.git/commitdiff
Fix icons
authormoodler <moodler>
Thu, 9 Mar 2006 16:44:57 +0000 (16:44 +0000)
committermoodler <moodler>
Thu, 9 Mar 2006 16:44:57 +0000 (16:44 +0000)
course/user.php

index e7290212c7b41fc43bc413eba744d24ad5cc0280..85e2d54eacdd3b97c11c6fe30c7d32888c729d41 100644 (file)
 function print_outline_row($mod, $instance, $result) {
     global $CFG;
 
-    $image = "<img src=\"$CFG->pixpathmod/$mod->modname/icon.gif\" height=\"16\" width=\"16\" alt=\"$mod->modfullname\" />";
+    $image = "<img src=\"$CFG->modpixpath/$mod->modname/icon.gif\" height=\"16\" width=\"16\" alt=\"$mod->modfullname\" />";
 
     echo "<tr>";
     echo "<td valign=\"top\">$image</td>";