Index: temp_moodle_dev/moodle/mod/glossary/edit.php =================================================================== RCS file: /usr/local/cvsroot/temp_moodle_dev/moodle/mod/glossary/edit.php,v diff -u -r1.1 -r1.2 --- temp_moodle_dev/moodle/mod/glossary/edit.php 14 Nov 2008 06:29:49 -0000 1.1 +++ temp_moodle_dev/moodle/mod/glossary/edit.php 19 Nov 2008 06:48:16 -0000 1.2 @@ -190,9 +190,11 @@ $stredit = empty($e) ? get_string('addentry', 'glossary') : get_string("edit"); $navigation = build_navigation($stredit, $cm); + //we pass a new parameter to the function so it won't we printed if is_lams=1 print_header_simple(format_string($glossary->name), "", $navigation, "", - "", true, "", navmenu($course, $cm)); + "", true, "", navmenu($course, $cm),false,'',false,$cm->is_lams); + print_heading(format_string($glossary->name)); /// Info box @@ -214,6 +216,7 @@ ///glossary_print_tabbed_table_end(); -print_footer($course); +//we pass a new parameter to the function so it won't we printed if is_lams=1 +print_footer($course,null, false,$glossary->is_lams); ?>