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

Adjusted function render_help_icon() in core_renderer.php due to upstream changes in theme Boost.

parent f39ea78f
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ Changes ...@@ -6,6 +6,7 @@ Changes
### Unreleased ### Unreleased
* 2019-05-31 - Adjusted function render_help_icon() in core_renderer.php due to upstream changes in theme Boost.
* 2019-05-31 - Adjusted function render_login() in core_renderer.php due to upstream changes in theme Boost. * 2019-05-31 - Adjusted function render_login() in core_renderer.php due to upstream changes in theme Boost.
* 2019-05-31 - Adjusted function context_header_settings_menu() in core_renderer.php due to upstream changes in theme Boost. * 2019-05-31 - Adjusted function context_header_settings_menu() in core_renderer.php due to upstream changes in theme Boost.
* 2019-05-31 - Adjusted function full_header() in core_renderer.php due to upstream changes in theme Boost. * 2019-05-31 - Adjusted function full_header() in core_renderer.php due to upstream changes in theme Boost.
......
...@@ -432,7 +432,7 @@ class core_renderer extends \core_renderer { ...@@ -432,7 +432,7 @@ class core_renderer extends \core_renderer {
/** /**
* Implementation of user image rendering. * Implementation of user image rendering.
* *
* MODIFICATION: This renderer function is copied and modified from /theme/boost/classes/output/core_renderer.php * MODIFICATION: This renderer function is copied and modified from lib/outputrenderers.php
* *
* @param help_icon $helpicon A help icon instance * @param help_icon $helpicon A help icon instance
* @return string HTML fragment * @return string HTML fragment
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment