Skip to content

Commit

Permalink
Fix #63 - remove duplicated header/name in boost themes.
Browse files Browse the repository at this point in the history
  • Loading branch information
danmarsden committed Oct 30, 2023
1 parent 759ab93 commit ba3ff3b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions view.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@

echo $OUTPUT->header();

echo $OUTPUT->heading(format_string($subcourse->name));
echo $OUTPUT->box(format_module_intro('subcourse', $subcourse, $cm->id));

if ($refcourse) {
$percentage = \core_completion\progress::get_course_progress_percentage($refcourse);
$strgrade = subcourse_get_current_grade($subcourse, $USER->id);
Expand Down

0 comments on commit ba3ff3b

Please sign in to comment.