Index: temp_moodle_dev/moodle/mod/forum/markposts.php =================================================================== diff -u -r5251d2a62e0e78377219456d6bba613eb2d1fd26 -r34faa3cf1a00ef0e8418bd4badc803f8b3656cb9 --- temp_moodle_dev/moodle/mod/forum/markposts.php (.../markposts.php) (revision 5251d2a62e0e78377219456d6bba613eb2d1fd26) +++ temp_moodle_dev/moodle/mod/forum/markposts.php (.../markposts.php) (revision 34faa3cf1a00ef0e8418bd4badc803f8b3656cb9) @@ -42,7 +42,8 @@ print_header($course->shortname, $course->fullname, $navigation, '', '', true, "", navmenu($course, $cm)); notice_yesno(get_string('noguesttracking', 'forum').'

'.get_string('liketologin'), $wwwroot, $returnto); - 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,$cm->is_lams); exit; }