Renderer for outputting the weeks course format.
Copyright: | 2012 Dan Poltawski |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 59 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
renderer:: (2 methods):
section_title()
section_title_without_link()
section_title($section, $course) X-Ref |
Generate the section title, wraps it in a link to the section page if page is to be displayed on a separate page param: stdClass $section The course_section entry from DB param: stdClass $course The course entry from DB return: string HTML to output. |
section_title_without_link($section, $course) X-Ref |
Generate the section title to be displayed on the section page, without a link param: stdClass $section The course_section entry from DB param: stdClass $course The course entry from DB return: string HTML to output. |