Quiz: Remove Display::display_footer in result.php

pull/3420/head
Angel Fernando Quiroz Campos 5 years ago committed by GitHub
parent 341a9b979f
commit 7c426d8b93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      main/exercise/result.php

@ -99,9 +99,3 @@ $layout = $template->fetch(
);
$template->assign('content', $layout);
$template->display_one_col_template();
if ($show_headers) {
Display::display_footer();
} else {
Display::display_reduced_footer();
}

Loading…
Cancel
Save