diff --git a/mod/glossary/print.php b/mod/glossary/print.php index 413ed2e8745..41824631ca1 100644 --- a/mod/glossary/print.php +++ b/mod/glossary/print.php @@ -33,7 +33,7 @@ $entriesbypage = $CFG->glossary_entbypage; } - print_header_simple(strip_tags("$glossary->name")); + print_header(); if ($CFG->forcelogin) { require_login(); @@ -144,7 +144,7 @@ $site = get_record("course","id",1); echo '

' . userdate(time()) . '

'; - echo '' . $site->fullname . '
'; + echo get_string("site") . ': ' . $site->fullname . '
'; echo get_string("course") . ': ' . $course->fullname . ' ('. $course->shortname . ')
'; echo get_string("modulename","glossary") . ': ' . $glossary->name . '

'; if ( $allentries ) {