* @return void
*/
function displayHtmlHeader( $title = 'SquirrelMail', $xtra = '', $do_hook = TRUE, $frames = FALSE ) {
- global $squirrelmail_language, $sTplDir, $oErroHandler;
+ global $squirrelmail_language, $sTplDir, $oErrorHandler;
if ( !sqgetGlobalVar('base_uri', $base_uri, SQ_SESSION) ) {
global $base_uri;
.(!empty($used_fontsize) ? '&fontsize='.$used_fontsize : '')
.(!empty($text_direction) ? '&dir='.$text_direction : '')."\">\n";
-
// load custom style sheet (deprecated)
if ( ! empty($theme_css) ) {
echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"$theme_css\">\n";
/* this is used to check elsewhere whether we should call this function */
$pageheader_sent = TRUE;
if (isset($oErrorHandler)) {
- $oErrorHander->HeaderSent();
+ $oErrorHandler->HeaderSent();
}
}