Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-theme_boost_campus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle-theme_boost_campus
Commits
21d498ad
Commit
21d498ad
authored
5 years ago
by
Kathrin Osswald
Browse files
Options
Downloads
Patches
Plain Diff
Adjusted function favicon() in core_renderer.php due to upstream changes in Moodle core.
parent
19cbde06
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGES.md
+1
-0
1 addition, 0 deletions
CHANGES.md
classes/output/core_renderer.php
+2
-2
2 additions, 2 deletions
classes/output/core_renderer.php
with
3 additions
and
2 deletions
CHANGES.md
+
1
−
0
View file @
21d498ad
...
@@ -6,6 +6,7 @@ Changes
...
@@ -6,6 +6,7 @@ Changes
### Unreleased
### Unreleased
*
2019-10-28 - Adjusted function favicon() in core_renderer.php due to upstream changes in Moodle core.
*
2019-10-28 - Removed CSS rule for maintenance warning due to upstream changes.
*
2019-10-28 - Removed CSS rule for maintenance warning due to upstream changes.
### Release v3.7-r2
### Release v3.7-r2
...
...
This diff is collapsed.
Click to expand it.
classes/output/core_renderer.php
+
2
−
2
View file @
21d498ad
...
@@ -115,12 +115,12 @@ class core_renderer extends \core_renderer {
...
@@ -115,12 +115,12 @@ class core_renderer extends \core_renderer {
/**
/**
* Override to be able to use uploaded images from admin_setting as well.
* Override to be able to use uploaded images from admin_setting as well.
*
*
* Returns the
URL
for the favicon.
* Returns the
moodle_url
for the favicon.
*
*
* KIZ MODIFICATION: This renderer function is copied and modified from /lib/outputrenderers.php
* KIZ MODIFICATION: This renderer function is copied and modified from /lib/outputrenderers.php
*
*
* @since Moodle 2.5.1 2.6
* @since Moodle 2.5.1 2.6
* @return
string T
he favicon
URL
* @return
moodle_url The moodle_url for t
he favicon
*/
*/
public
function
favicon
()
{
public
function
favicon
()
{
global
$PAGE
;
global
$PAGE
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment