Skip to content
Snippets Groups Projects
Commit 67997718 authored by Kathrin Osswald's avatar Kathrin Osswald
Browse files

Synchronized overwritten core_renderer function favicon() with core changes.

parent 86a30afc
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ Changes
### Unreleased
* 2017-12-05 - Synchronized overwritten core_renderer function favicon() with core changes.
* 2017-12-05 - Improved design of in course settings slightly.
* 2018-01-16 - Prepare compatibility for Moodle 3.3, no functionality change.
......
......@@ -121,11 +121,11 @@ class core_renderer extends \theme_boost\output\core_renderer {
if (!empty($PAGE->theme->settings->favicon)) {
return $PAGE->theme->setting_file_url('favicon', 'favicon');
} else {
return $this->pix_url('favicon', 'theme');
return $this->image_url('favicon', 'theme');
}
// MODIFICATION END.
/* ORIGINAL START.
return $this->pix_url('favicon', 'theme');
return $this->image_url('favicon', 'theme');
ORIGINAL END. */
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment