From: vyshane Date: Tue, 24 Oct 2006 09:42:06 +0000 (+0000) Subject: Merged from 1.7. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ea003a23386084293eb3d637d5ce53025ab6deca;p=moodle.git Merged from 1.7. --- diff --git a/lib/pagelib.php b/lib/pagelib.php index fcf059d235..c98efc46e0 100644 --- a/lib/pagelib.php +++ b/lib/pagelib.php @@ -366,7 +366,7 @@ class page_course extends page_base { // This function prints out the common part of the page's header. // You should NEVER print the header "by hand" in other code. - function print_header($title, $morebreadcrumbs = NULL) { + function print_header($title, $morebreadcrumbs=NULL, $meta='', $bodytags='') { global $USER, $CFG; $this->init_full(); @@ -406,7 +406,7 @@ class page_course extends page_base { $buttons = empty($morebreadcrumbs) ? $buttons : ' '; print_header($title, $this->courserecord->fullname, $crumbtext, - '', '', true, $buttons, user_login_string($this->courserecord, $USER)); + '', $meta, true, $buttons, user_login_string($this->courserecord, $USER), false, $bodytags); } // SELF-REPORTING SECTION