echo '</div></div>';
- print_footer('none');
+ echo $OUTPUT->footer();
<input type="hidden" name="chat_message" />
</form>
<?php
- print_footer('empty');
+ echo $OUTPUT->footer();
?>
}
// added 2 </div>s, xhtml strict complaints
echo '</table>';
- print_footer('empty');
+ echo $OUTPUT->footer();
//
// Support HTTP Keep-Alive by printing Content-Length
<input type="hidden" name="chat_sid" value="<?php echo $chat_sid ?>" />
</form>
<?php
- print_footer('empty');
+ echo $OUTPUT->footer();
?>
/// Finish the page
- print_footer($course);
+ echo $OUTPUT->footer();
?>
print_continue("report.php?id=$cm->id");
}
- print_footer($course);
+ echo $OUTPUT->footer();
exit;
}
if (empty($messages)) { /// May have already got them above
if (!$messages = $DB->get_records_select('chat_messages', "chatid = :chatid $groupselect", $params, "timestamp DESC")) {
echo $OUTPUT->heading(get_string('nomessages', 'chat'));
- print_footer($course);
+ echo $OUTPUT->footer();
exit;
}
}
/// Finish the page
- print_footer($course);
+ echo $OUTPUT->footer();
?>
notice_yesno(get_string('noguests', 'chat').'<br /><br />'.get_string('liketologin'),
get_login_url(), $CFG->wwwroot.'/course/view.php?id='.$course->id);
- print_footer($course);
+ echo $OUTPUT->footer();
exit;
}
print_simple_box_end();
}
- print_footer($course);
+ echo $OUTPUT->footer();
?>