Merged Nicolas' changes from MDL-8582 into HEAD.

This commit is contained in:
moodler
2007-02-28 06:25:22 +00:00
parent 8663848910
commit 6ba65fa08d
99 changed files with 289 additions and 210 deletions
+1 -1
View File
@@ -96,7 +96,7 @@
if (!empty($CFG->enablerssfeeds) && !empty($CFG->data_enablerssfeeds) && $data->rssarticles > 0) {
$rsspath = rss_get_url($course->id, $USER->id, 'data', $data->id);
$meta .= '<link rel="alternate" type="application/rss+xml" ';
$meta .= 'title ="'.$course->shortname.': %fullname%" href="'.$rsspath.'" />';
$meta .= 'title ="'. format_string($course->shortname) .': %fullname%" href="'.$rsspath.'" />';
}
if ($data->csstemplate) {
$meta .= '<link rel="stylesheet" type="text/css" href="'.$CFG->wwwroot.'/mod/data/css.php?d='.$data->id.'" /> ';