-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
2.3, 2.3.1, 2.3.2
-
None
-
MOODLE_23_STABLE
A typical example would be
<img src="'.$CFG->wwwroot.'/pix/f/pdf.gif" class="tiiicons" .....
This is wrong, it should be
<img src="'.$OUTPUT->pix_url('f/pdf').'" class="tiiicons" .....
In 2.3, these images are now broken as their location has been moved. It also means that they can be changed by the theme.
- is a regression caused by
-
MDL-32900 Replace file type icons in moodle
-
- Closed
-