' . getMessageFromErrorCode($errorCode) . ' '; } // END - if // Display login form with resend-password form if (isExtensionActive('nickname')) { loadTemplate('guest_nickname_login', false, $content); } else { loadTemplate('guest_login', false, $content); } // Was an URL constructed? if (!empty($url)) { // URL was constructed if (ifFatalErrorsDetected()) { // Handle fatal errors runFilterChain('handle_fatal_errors'); } else { // Load URL redirectToUrl($url); } } // END - if // [EOF] ?>