Ejemplo n.º 1
0

// -------------------------------------------------------------------------------------------
//
// Prepare the CAPTCHA 
//
if(USE_RECAPTCHA == true) {
$captcha = new CCaptcha();
$recaptchaHtml = $captcha->GetRecaptchaHTML();

// customize captcha

$style = RECAPTCHA_STYLE;
$customizeCaptcha = "";
if($style != "") {
	$customizeCaptcha = $captcha->CustomizeCaptcha($style);
}

} else {
	$recaptchaHtml = "";
	$customizeCaptcha = "";
}
//---------------------------------------------------------------------------------------------
//
//    the content of the page
//

$subHeader = "<h1>Skapa nytt konto</h1>";

$centerBody = <<< EOD