### Eclipse Workspace Patch 1.0 #P moodle19dev Index: mod/glossary/showentry.php =================================================================== RCS file: /cvsroot/moodle/moodle/mod/glossary/showentry.php,v retrieving revision 1.40.2.2 diff -u -r1.40.2.2 showentry.php --- mod/glossary/showentry.php 5 Dec 2009 11:23:12 -0000 1.40.2.2 +++ mod/glossary/showentry.php 30 Jan 2010 10:24:50 -0000 @@ -62,7 +62,6 @@ continue; } } - $entries[$key]->footer = "

» wwwroot/mod/glossary/view.php?g=$entry->glossaryid\">".format_string($entry->glossaryname,true)."

"; add_to_log($entry->courseid, "glossary", "view entry", "showentry.php?eid=$entry->id", $entry->id, $entry->cmid); } } @@ -72,14 +71,8 @@ $strsearch = get_string("search"); $CFG->framename = "newwindow"; - $navlinks = array(); - $navlinks[] = array('name' => $strglossaries, 'link' => '', 'type' => 'activity'); - $navlinks[] = array('name' => $strsearch, 'link' => '', 'type' => 'title'); - - $navigation = build_navigation($navlinks); - - print_header(strip_tags("$course->shortname: $strglossaries $strsearch"), $course->fullname, $navigation, "", "", true, " ", " "); + print_header(strip_tags("$course->shortname: $strglossaries $strsearch"), '', '', '', '', true, '', ''); } else { print_header(); // Needs to be something here to allow linking back to the whole glossary } @@ -90,7 +83,4 @@ close_window_button(); -/// Show one reduced footer - print_footer('none'); - ?>