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

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

parent a81505de
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ Changes
### Unreleased
* 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 full_header() in core_renderer.php due to upstream changes in theme Boost.
* 2019-05-31 - Fixed referencing of renderers due to upstream changes in theme Boost.
......
......@@ -392,7 +392,7 @@ class core_renderer extends \core_renderer {
* Override to use theme_boost_campus login template
* Renders the login form.
*
* 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 \core_auth\output\login $form The renderable.
* @return string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment