]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-19690 - pixpath - cannot use $OUTPUT in CSS. Use $PAGE->theme instead.
authortjhunt <tjhunt>
Tue, 7 Jul 2009 03:49:13 +0000 (03:49 +0000)
committertjhunt <tjhunt>
Tue, 7 Jul 2009 03:49:13 +0000 (03:49 +0000)
mod/quiz/styles.php

index f3acc20d1b5e656a3e8103907d68eb2ff5f96d26..5a55970e68514b06e5cd7a9166451373d5a5e57b 100644 (file)
@@ -1,3 +1,3 @@
 #quiznavigation .qnbutton.flagged {
-  background-image: url('<?php echo $OUTPUT->old_icon_url('i/ne_red_mark') ?>');
+  background-image: url('<?php echo $PAGE->theme->old_icon_url('i/ne_red_mark') ?>');
 }