MDL-19690 - pixpath - cannot use $OUTPUT in CSS. Use $PAGE->theme instead.
This commit is contained in:
+1
-1
@@ -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') ?>');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user