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

Added source information to renderers that are overridden from core directly.

parent 0a2c9a89
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ Changes
### Unreleased
* 2019-02-13 - Added source information to renderers that are overridden from core directly.
* 2019-02-07 - Adjusted function coursecat_coursebox to upstream changes in Moodle core.
### Release v3.6-r1
......
......@@ -48,6 +48,8 @@ class course_renderer extends \theme_boost\output\core\course_renderer {
* This is an internal function, to display an information about just one course
* please use {@link core_course_renderer::course_info_box()}
*
* KIZ MODIFICATION: This renderer function is copied and modified from /course/renderer.php
*
* @param \coursecat_helper $chelper various display options
* @param \core_course_list_element|\stdClass $course
* @param string $additionalclasses additional classes to add to the main <div> tag (usually
......
......@@ -83,6 +83,8 @@ class core_renderer extends \theme_boost\output\core_renderer {
*
* Returns HTML attributes to use within the body tag. This includes an ID and classes.
*
* KIZ MODIFICATION: This renderer function is copied and modified from /lib/outputrenderers.php
*
* @since Moodle 2.5.1 2.6
* @param string|array $additionalclasses Any additional classes to give the body tag,
* @return string
......@@ -112,6 +114,8 @@ class core_renderer extends \theme_boost\output\core_renderer {
*
* Returns the URL for the favicon.
*
* KIZ MODIFICATION: This renderer function is copied and modified from /lib/outputrenderers.php
*
* @since Moodle 2.5.1 2.6
* @return string The favicon URL
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment