<a href=\"view.php?id=$cm->id\">$chat->name</a> -> $strchatreport",
"", "", true, "", navmenu($course, $cm));
+ print_heading($chat->name.": ".get_string("sessions", "chat"));
+
/// Check to see if groups are being used here
if ($groupmode = groupmode($course, $cm)) { // Groups are being used
$groupparam = "";
}
- print_heading($chat->name.": ".get_string("sessions", "chat"));
-
/// Delete a session if one has been specified
if ($deletesession and $isteacheredit and $confirmdelete and $start and $end) {
get_string("viewreport", "chat")."</a></p>";
}
+ print_heading($chat->name);
/// Check to see if groups are being used here
if ($groupmode = groupmode($course, $cm)) { // Groups are being used
// chat_display_version("box", $browser);
// chat_display_version("text", $browser);
- print_heading($chat->name);
-
if (!isguest()) {
print_simple_box_start("center");