{ifmodule RECAPTCHA__CLOUDFLARE}
{elsemodule} {ifmodule RECAPTCHA__GCLOUD} {$sitekey = findModule('recaptcha','gcloud_site')} {$script_url = "https://www.google.com/recaptcha/enterprise.js?onload=recaptchaCallback&hl={$ctrl.active_language_code}&render=explicit"} {$library = 'grecaptcha.enterprise'} {elsemodule} {$unique_id=1|mt_rand:100} {$sitekey = findModule('recaptcha','site')} {$script_url = "https://www.google.com/recaptcha/api.js?onload=recaptchaCallback&hl={$ctrl.active_language_code}&render=explicit"} {$library = 'grecaptcha'} {/ifmodule} {if !$lazy} {else} {* je potreba zavolat loadRecaptchaScript() v sablone napr. po otevreni focusu *} {/if} {/ifmodule}