Fixed some old pix paths

This commit is contained in:
moodler 2004-02-16 09:24:14 +00:00
parent c10a04e82d
commit 096b5432a7
5 changed files with 15 additions and 15 deletions

View file

@ -513,9 +513,9 @@ function assignment_print_user_files($assignment, $user) {
$ffurl = "file.php?file=/$filearea/$file";
}
echo "<IMG SRC=\"$CFG->wwwroot/files/pix/$icon\" HEIGHT=16 WIDTH=16 BORDER=0 ALT=\"File\">";
echo "&nbsp;<A TARGET=\"uploadedfile\" HREF=\"$CFG->wwwroot/$ffurl\">$file</A>";
echo "<BR>";
echo "<img src=\"$CFG->pixpath/f/$icon\" height=16 width=16 border=0 alt=\"file\">";
echo "&nbsp;<a target=\"uploadedfile\" href=\"$CFG->wwwroot/$ffurl\">$file</a>";
echo "<br />";
}
}
}