JezK
Edit File: 007a991125405c761fff05a1c5a3d0cbafb41bdb_0.file.captcha.tpl.php
<?php /* Smarty version 3.1.36, created on 2022-02-01 06:21:04 from '/home/shoppartnerhorse/public_html/templates/twenty-one/includes/captcha.tpl' */ /* @var Smarty_Internal_Template $_smarty_tpl */ if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array ( 'version' => '3.1.36', 'unifunc' => 'content_61f8d1500fe267_93147146', 'has_nocache_code' => false, 'file_dependency' => array ( '007a991125405c761fff05a1c5a3d0cbafb41bdb' => array ( 0 => '/home/shoppartnerhorse/public_html/templates/twenty-one/includes/captcha.tpl', 1 => 1643010415, 2 => 'file', ), ), 'includes' => array ( ), ),false)) { function content_61f8d1500fe267_93147146 (Smarty_Internal_Template $_smarty_tpl) { if ($_smarty_tpl->tpl_vars['captcha']->value->isEnabled() && $_smarty_tpl->tpl_vars['captcha']->value->isEnabledForForm($_smarty_tpl->tpl_vars['captchaForm']->value)) {?> <div class="text-center<?php if ($_smarty_tpl->tpl_vars['containerClass']->value) { echo $_smarty_tpl->tpl_vars['containerClass']->value; } else { ?> row justify-content-center<?php }?>"> <?php if ($_smarty_tpl->tpl_vars['templatefile']->value == 'homepage') {?> <div class="domainchecker-homepage-captcha"> <?php }?> <?php if ($_smarty_tpl->tpl_vars['captcha']->value == "recaptcha") {?> <div id="google-recaptcha-domainchecker" class="form-group recaptcha-container mx-auto"></div> <?php } elseif (!in_array($_smarty_tpl->tpl_vars['captcha']->value,array('invisible','recaptcha'))) {?> <div class="col-md-8 mx-auto mb-3 mb-sm-0"> <div id="default-captcha-domainchecker" class="<?php if ($_smarty_tpl->tpl_vars['filename']->value == 'domainchecker') {?>input-group input-group-box <?php }?>text-center row pb-3"> <p><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang'][0], array( array('key'=>"captchaverify"),$_smarty_tpl ) );?> </p> <div class="col-6 captchaimage"> <img id="inputCaptchaImage" data-src="<?php echo $_smarty_tpl->tpl_vars['systemurl']->value;?> includes/verifyimage.php" src="<?php echo $_smarty_tpl->tpl_vars['systemurl']->value;?> includes/verifyimage.php" align="middle" /> </div> <div class="col-6"> <input id="inputCaptcha" type="text" name="code" maxlength="6" class="form-control <?php if ($_smarty_tpl->tpl_vars['filename']->value == 'register') {?>float-left<?php }?>" data-toggle="tooltip" data-placement="right" data-trigger="manual" title="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang'][0], array( array('key'=>'orderForm.required'),$_smarty_tpl ) );?> "/> </div> </div> </div> <?php }?> <?php if ($_smarty_tpl->tpl_vars['templatefile']->value == 'homepage') {?> </div> <?php }?> </div> <?php } } }