Skip to content

Commit

Permalink
course renderer file update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nithy1anandan committed Jul 26, 2022
1 parent 0440c2d commit 8457fc4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions classes/output/core/course_renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ public function frontpage_categories_list() {
global $CFG;
$content = html_writer::start_tag('div', array('class' => 'container-fluid'));
$content .= html_writer::tag('h2', get_string('categories'));

global $CFG;
$chelper = new coursecat_helper();
$chelper->set_subcat_depth($CFG->maxcategorydepth)->set_show_courses(
self::COURSECAT_SHOW_COURSES_COUNT)->set_categories_display_options(
Expand Down

0 comments on commit 8457fc4

Please sign in to comment.