mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
Some tweaks here and there to the display
This commit is contained in:
parent
e4eb5a273d
commit
fd7006f6b4
6 changed files with 62 additions and 30 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue