\n" . "\n". "\n"; $custom_css = 'none'; // Load default theme if possible if (@file_exists($theme[$theme_default]['PATH'])) @include ($theme[$theme_default]['PATH']); if (! isset($color) || ! is_array($color)) { // Add default color theme, if theme loading fails $color = array(); $color[0] = '#dcdcdc'; /* light gray TitleBar */ $color[1] = '#800000'; /* red */ $color[2] = '#cc0000'; /* light red Warning/Error Messages */ $color[4] = '#ffffff'; /* white Normal Background */ $color[7] = '#0000cc'; /* blue Links */ $color[8] = '#000000'; /* black Normal text */ } displayHtmlHeader( "$org_name - " . _("Login"), $header, FALSE ); echo "
" . "\n" . addForm('redirect.php', 'post'); $username_form_name = 'login_username'; $password_form_name = 'secretkey'; do_hook('login_top'); if(sqgetGlobalVar('mailto', $mailto)) { $rcptaddress = addHidden('mailto', $mailto); } else { $rcptaddress = ''; } /* If they don't have a logo, don't bother.. */ if (isset($org_logo) && $org_logo) { /* Display width and height like good little people */ $width_and_height = ''; if (isset($org_logo_width) && is_numeric($org_logo_width) && $org_logo_width>0) { $width_and_height = " width=\"$org_logo_width\""; } if (isset($org_logo_height) && is_numeric($org_logo_height) && $org_logo_height>0) { $width_and_height .= " height=\"$org_logo_height\""; } } echo html_tag( 'table', html_tag( 'tr', html_tag( 'td', '