Files
kupshop/web/common/templates/components/js_data.tpl
2025-08-02 16:30:27 +02:00

16 lines
298 B
Smarty

<script>
wpj.data = wpj.data || { };
{if $dbcfg.instagram.api}
wpj.data.instagram = true;
{/if}
{ifmodule RECAPTCHA__CLOUDFLARE}
wpj.data.captcha = { sitekey: '{findModule('recaptcha','site_cloudflare_invisible')}' };
{/ifmodule}
{block "js-data"}
{/block}
</script>