Removed some classes from being added explicitly

This commit is contained in:
moodler 2005-02-25 06:20:19 +00:00
parent d2a9f7cc69
commit 84854c09c6
3 changed files with 3 additions and 3 deletions

View File

@ -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();

View File

@ -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);

View File

@ -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();