Skip to content

Commit

Permalink
Put link at the top
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Jul 21, 2003
1 parent c3ba081 commit b547737
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions mod/chat/view.php
Expand Up @@ -80,15 +80,16 @@

print_heading($chat->name);

print_simple_box( text_to_html($chat->intro) , "center");

print_spacer(20,20);

print_simple_box_start("center");
link_to_popup_window ("/mod/chat/gui_$chatversion/index.php?id=$chat->id",
"chat$course->id$chat->id", "$strenterchat", 500, 700, $strchat);
print_simple_box_end();

print_spacer(20,20);

print_simple_box( text_to_html($chat->intro) , "center");

if ($chatusers = chat_get_users($chat->id)) {
$timenow = time();
print_spacer(20,20);
Expand Down

0 comments on commit b547737

Please sign in to comment.