mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
Removed notices by introducing new function print_header_simple() which works on site as well as in courses without extra logic.
This commit is contained in:
parent
64c3e85374
commit
90fcc576ea
49 changed files with 1530 additions and 1709 deletions
|
@ -30,11 +30,7 @@
|
|||
: "";
|
||||
$strquiz = get_string("modulename", "quiz");
|
||||
|
||||
if ($course->category) {
|
||||
$navigation = "<A HREF=\"../../course/view.php?id=$course->id\">$course->shortname</A> ->";
|
||||
}
|
||||
|
||||
print_header("$course->shortname: $strquizzes", "$course->fullname", "$navigation $strquizzes",
|
||||
print_header_simple("$strquizzes", "", "$strquizzes",
|
||||
"", "", true, $streditquestions, navmenu($course));
|
||||
|
||||
// Get all the appropriate data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue