MDL-21240 shortened urls now start with / everywhere

This commit is contained in:
Petr Skoda
2010-01-18 20:57:32 +00:00
parent f2ab0d0694
commit 9dec75dbcc
87 changed files with 125 additions and 125 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ if ($data->csstemplate) {
$PAGE->requires->css('/mod/data/css.php?d='.$data->id);
}
if ($data->jstemplate) {
$PAGE->requires->js('mod/data/js.php?d='.$data->id)->in_head();
$PAGE->requires->js('/mod/data/js.php?d='.$data->id)->in_head();
}