Index: temp_moodle_dev/moodle/mod/chat/index.php =================================================================== diff -u -r7a87ac7addfde23c9309be978384cc3a61f561db -raca9f00eec05f594be36b6397b9c363742db6022 --- temp_moodle_dev/moodle/mod/chat/index.php (.../index.php) (revision 7a87ac7addfde23c9309be978384cc3a61f561db) +++ temp_moodle_dev/moodle/mod/chat/index.php (.../index.php) (revision aca9f00eec05f594be36b6397b9c363742db6022) @@ -25,7 +25,7 @@ $navlinks = array(); $navlinks[] = array('name' => $strchats, 'link' => '', 'type' => 'activity'); $navigation = build_navigation($navlinks); - //we pass a new parameter to the function so it won't we printed if is_lams=1 + print_header_simple($strchats, '', $navigation, '', '', true, '', navmenu($course),false,'',false,$cm->is_lams); /// Get all the appropriate data @@ -85,7 +85,6 @@ /// Finish the page - //we pass a new parameter to the function so it won't we printed if is_lams=1 - print_footer($course,null, false,$chat->is_lams); + print_footer($course,null, false,$chat->is_lams); ?>