ITALY # ====================================================================== require_once( 'core.php' ); # lost password feature disabled or reset password via email disabled -> stop here! if( OFF == config_get( 'lost_password_feature' ) || OFF == config_get( 'send_reset_password' ) || OFF == config_get( 'enable_email_notification' ) ) { trigger_error( ERROR_LOST_PASSWORD_NOT_ENABLED, ERROR ); } html_page_top1(); html_page_top2a(); echo "
"; ?>






'; print_login_link(); PRINT ' '; print_signup_link(); PRINT '
'; if ( ON == config_get( 'use_javascript' ) ) { ?>