mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Removed focus from course page - see Bug 825
This commit is contained in:
parent
c0cf7543b6
commit
6bf0078f07
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
|||
|
||||
$loggedinas = "<p class=\"logininfo\">".user_login_string($course, $USER)."</p>";
|
||||
|
||||
print_header("$courseword: $course->fullname", "$course->fullname", "$course->shortname", "search.search", "", true,
|
||||
print_header("$courseword: $course->fullname", "$course->fullname", "$course->shortname", "", "", true,
|
||||
update_course_icon($course->id), $loggedinas);
|
||||
|
||||
get_all_mods($course->id, $mods, $modnames, $modnamesplural, $modnamesused);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue