MDL-19690 - pixpath - cannot use $OUTPUT in CSS. Use $PAGE->theme instead.

This commit is contained in:
tjhunt
2009-07-07 03:49:13 +00:00
parent 1745eab095
commit 8f4e377dfe
+1 -1
View 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') ?>');
}