Index: temp_moodle_dev/moodle/mod/glossary/comments.php =================================================================== RCS file: /usr/local/cvsroot/temp_moodle_dev/moodle/mod/glossary/comments.php,v diff -u -r1.1 -r1.2 --- temp_moodle_dev/moodle/mod/glossary/comments.php 14 Nov 2008 06:29:49 -0000 1.1 +++ temp_moodle_dev/moodle/mod/glossary/comments.php 27 Nov 2008 02:15:48 -0000 1.2 @@ -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); ?>