Index: temp_moodle_dev/moodle/mod/chat/index.php =================================================================== RCS file: /usr/local/cvsroot/temp_moodle_dev/moodle/mod/chat/index.php,v diff -u -r1.2 -r1.3 --- temp_moodle_dev/moodle/mod/chat/index.php 16 Jan 2009 05:58:34 -0000 1.2 +++ temp_moodle_dev/moodle/mod/chat/index.php 28 Oct 2009 07:32:05 -0000 1.3 @@ -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); ?>