From: moodler Date: Wed, 7 Jan 2004 13:16:21 +0000 (+0000) Subject: Fixed header X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=544fe071bd15d07db97132c283f1a8b05ec7779c;p=moodle.git Fixed header --- diff --git a/mod/quiz/edit.php b/mod/quiz/edit.php index 7588f1d06e..c7f278bd26 100644 --- a/mod/quiz/edit.php +++ b/mod/quiz/edit.php @@ -159,13 +159,15 @@ $SESSION->modform = $modform; + $strname = get_string('name'); + $strquizzes = get_string('modulenameplural', 'quiz'); $strediting = get_string(isset($modform->instance) ? "editingquiz" : "editquestions", "quiz"); - $strname = get_string("name"); print_header("$course->shortname: $strediting", "$course->shortname: $strediting", - "wwwroot/course/view.php?id=$course->id\">$course->shortname -> $strediting"); + "wwwroot/course/view.php?id=$course->id\">$course->shortname -> ". + "wwwroot/mod/quiz/index.php?id=$course->id\">$strquizzes -> $strediting"); // Print basic page layout.