Index: temp_moodle_dev/moodle/mod/glossary/comments.php =================================================================== diff -u -r5251d2a62e0e78377219456d6bba613eb2d1fd26 -r5063e98cf451d2bd9e9c25464a397ce6d0e405e5 --- temp_moodle_dev/moodle/mod/glossary/comments.php (.../comments.php) (revision 5251d2a62e0e78377219456d6bba613eb2d1fd26) +++ temp_moodle_dev/moodle/mod/glossary/comments.php (.../comments.php) (revision 5063e98cf451d2bd9e9c25464a397ce6d0e405e5) @@ -43,9 +43,10 @@ $straddcomment = get_string("addcomment", "glossary"); $navigation = build_navigation($strcomments, $cm); + //we pass a new parameter to the function so it won't we printed if is_lams=1 print_header_simple(strip_tags("$strcomments: $entry->concept"), "", $navigation, "", "", true, update_module_button($cm->id, $course->id, $strglossary), - navmenu($course, $cm)); + navmenu($course, $cm),false,'',false,$cm->is_lams); /// original glossary entry @@ -73,6 +74,7 @@ /// Finish the page - 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); ?>