mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Fixed some old pix paths
This commit is contained in:
parent
c10a04e82d
commit
096b5432a7
5 changed files with 15 additions and 15 deletions
|
@ -1641,7 +1641,7 @@ function forum_print_attachments($post, $return=NULL) {
|
|||
} else {
|
||||
$ffurl = "file.php?file=/$filearea/$file";
|
||||
}
|
||||
$image = "<img border=0 src=\"$CFG->wwwroot/files/pix/$icon\" height=16 width=16 alt=\"$strpopupwindow\">";
|
||||
$image = "<img border=\"0\" src=\"$CFG->pixpath/f/$icon\" height=\"16\" width=\"16\" alt=\"$strpopupwindow\">";
|
||||
|
||||
if ($return == "html") {
|
||||
$output .= "<a href=\"$CFG->wwwroot/$ffurl\">$image</a> ";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue