Index: temp_moodle_dev/moodle/mod/glossary/edit.php =================================================================== diff -u -r5251d2a62e0e78377219456d6bba613eb2d1fd26 -rae465e5a7d3f73c6a9a65042c15fb2915be164e6 --- temp_moodle_dev/moodle/mod/glossary/edit.php (.../edit.php) (revision 5251d2a62e0e78377219456d6bba613eb2d1fd26) +++ temp_moodle_dev/moodle/mod/glossary/edit.php (.../edit.php) (revision ae465e5a7d3f73c6a9a65042c15fb2915be164e6) @@ -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); ?>