Revert "MDL-71915 question: Update the tertiary nav"
This reverts commit 26eabeccf4.
This commit is contained in:
committed by
Tim Hunt
parent
ae377f6940
commit
73aeabab0b
+3
-5
@@ -48,13 +48,11 @@ $PAGE->set_title($streditingquestions);
|
||||
$PAGE->set_heading($COURSE->fullname);
|
||||
$PAGE->activityheader->disable();
|
||||
|
||||
echo $OUTPUT->header();
|
||||
|
||||
// Print horizontal nav if needed.
|
||||
$renderer = $PAGE->get_renderer('core_question', 'bank');
|
||||
|
||||
echo $OUTPUT->header();
|
||||
// Render the selection action.
|
||||
$qbankaction = new \core_question\output\qbank_actionbar($url);
|
||||
echo $renderer->qbank_action_menu($qbankaction);
|
||||
echo $renderer->extra_horizontal_navigation();
|
||||
|
||||
// Print the question area.
|
||||
$questionbank->display($pagevars, 'questions');
|
||||
|
||||
Reference in New Issue
Block a user