mirror of
https://github.com/moodle/moodle.git
synced 2025-04-30 05:18:55 +02:00
Removed some classes from being added explicitly
This commit is contained in:
parent
d2a9f7cc69
commit
84854c09c6
@ -216,7 +216,7 @@
|
||||
}
|
||||
|
||||
print_header($site->shortname.': '.$strcalendar.': '.$title, $strcalendar, $nav.' -> '.$title,
|
||||
$focus, '', true, '', '<p class="logininfo">'.user_login_string($site).'</p>');
|
||||
$focus, '', true, '', user_login_string($site));
|
||||
|
||||
echo calendar_overlib_html();
|
||||
|
||||
|
@ -66,7 +66,7 @@
|
||||
|
||||
|
||||
print_header("$site->shortname: $strcalendar: $strpreferences", $strcalendar, $navigation,
|
||||
'', '', true, '', '<p class="logininfo">'.user_login_string($site).'</p>');
|
||||
'', '', true, '', user_login_string($site));
|
||||
|
||||
|
||||
print_heading($strpreferences);
|
||||
|
@ -123,7 +123,7 @@
|
||||
|
||||
// Print title and header
|
||||
print_header("$site->shortname: $strcalendar: $pagetitle", $strcalendar, $nav,
|
||||
'', '', true, $prefsbutton, '<p class="logininfo">'.user_login_string($site).'</p>');
|
||||
'', '', true, $prefsbutton, user_login_string($site));
|
||||
|
||||
echo calendar_overlib_html();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user