Index: temp_moodle_dev/moodle/mod/chat/gui_basic/index.php =================================================================== diff -u -r5251d2a62e0e78377219456d6bba613eb2d1fd26 -rdc0555177f50b0cad67cf8baec260106e770f648 --- temp_moodle_dev/moodle/mod/chat/gui_basic/index.php (.../index.php) (revision 5251d2a62e0e78377219456d6bba613eb2d1fd26) +++ temp_moodle_dev/moodle/mod/chat/gui_basic/index.php (.../index.php) (revision dc0555177f50b0cad67cf8baec260106e770f648) @@ -168,7 +168,8 @@ echo ''; - print_footer('none'); + //we pass a new parameter to the function so it won't we printed if is_lams=1 + print_footer($course,null, false,$cm->is_lams);