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
f39ea78f
Commit
f39ea78f
authored
6 years ago
by
Kathrin Osswald
Browse files
Options
Downloads
Patches
Plain Diff
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
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 @
f39ea78f
...
@@ -6,6 +6,7 @@ Changes
...
@@ -6,6 +6,7 @@ Changes
### Unreleased
### 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 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.
*
2019-05-31 - Fixed referencing of renderers due to upstream changes in theme Boost.
*
2019-05-31 - Fixed referencing of renderers due to upstream changes in theme Boost.
...
...
This diff is collapsed.
Click to expand it.
classes/output/core_renderer.php
+
2
−
2
View file @
f39ea78f
...
@@ -392,7 +392,7 @@ class core_renderer extends \core_renderer {
...
@@ -392,7 +392,7 @@ class core_renderer extends \core_renderer {
* Override to use theme_boost_campus login template
* Override to use theme_boost_campus login template
* Renders the login form.
* 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
/outputrenderer
s
.php
*
*
* @param \core_auth\output\login $form The renderable.
* @param \core_auth\output\login $form The renderable.
* @return string
* @return string
...
...
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