Some tweaks here and there to the display

This commit is contained in:
moodler 2005-01-03 10:49:40 +00:00
parent e4eb5a273d
commit fd7006f6b4
6 changed files with 62 additions and 30 deletions

View file

@ -45,7 +45,7 @@ $tabprintfunction = 'message_print_'.$tab;
if ($tab == 'contacts') {
print_header(get_string('messages', 'message').' - '.$SITE->fullname, '', '', '',
'<meta http-equiv="refresh" content="'. MESSAGE_CONTACTS_REFRESH .'; url=index.php" />');
'<meta http-equiv="refresh" content="'. $CFG->message_contacts_refresh .'; url=index.php" />');
} else {
print_header(get_string('messages', 'message').' - '.$SITE->fullname);
}