Skip to content

Commit

Permalink
Fix icons
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Mar 9, 2006
1 parent 72d1301 commit 9b2831e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/user.php
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
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>";
Expand Down

0 comments on commit 9b2831e

Please sign in to comment.