set_filenames(array( 'body' => 'contact.html' )); $template->set("DEFAULT_VIEW", true); $public_key = '6LdfxFsUAAAAANshIkwx-GV-y-T_IPHmSCeqPlaO'; $template->set("CAPTCHA", recaptcha_get_html($public_key, $locale)); $template->display('head'); $template->display('body'); $template->display('foot'); ?>