JezK
Edit File: a9d2036a3ea8ca22af0ded1256d1941ec1b9d8af_0.file.password-reset-container.tpl.php
<?php /* Smarty version 3.1.36, created on 2022-02-02 12:57:18 from '/home/shoppartnerhorse/public_html/billing/templates/twenty-one/password-reset-container.tpl' */ /* @var Smarty_Internal_Template $_smarty_tpl */ if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array ( 'version' => '3.1.36', 'unifunc' => 'content_61fa7fae75a636_83526723', 'has_nocache_code' => false, 'file_dependency' => array ( 'a9d2036a3ea8ca22af0ded1256d1941ec1b9d8af' => array ( 0 => '/home/shoppartnerhorse/public_html/billing/templates/twenty-one/password-reset-container.tpl', 1 => 1643010415, 2 => 'file', ), ), 'includes' => array ( ), ),false)) { function content_61fa7fae75a636_83526723 (Smarty_Internal_Template $_smarty_tpl) { ?><div class="row justify-content-center"> <div class="card mw-540 mb-4 mt-4"> <div class="card-body px-md-5 py-5"> <?php if ($_smarty_tpl->tpl_vars['loggedin']->value && $_smarty_tpl->tpl_vars['innerTemplate']->value) {?> <?php ob_start(); echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang'][0], array( array('key'=>'noPasswordResetWhenLoggedIn'),$_smarty_tpl ) ); $_prefixVariable1=ob_get_clean(); $_smarty_tpl->_subTemplateRender(((string)$_smarty_tpl->tpl_vars['template']->value)."/includes/alert.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array('type'=>"error",'msg'=>$_prefixVariable1,'textcenter'=>true), 0, true); ?> <?php } else { ?> <?php if ($_smarty_tpl->tpl_vars['successMessage']->value) {?> <?php $_smarty_tpl->_subTemplateRender(((string)$_smarty_tpl->tpl_vars['template']->value)."/includes/alert.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array('type'=>"success",'msg'=>$_smarty_tpl->tpl_vars['successTitle']->value,'textcenter'=>true), 0, true); ?> <p><?php echo $_smarty_tpl->tpl_vars['successMessage']->value;?> </p> <?php } else { ?> <?php if ($_smarty_tpl->tpl_vars['innerTemplate']->value) {?> <?php $_smarty_tpl->_subTemplateRender(((string)$_smarty_tpl->tpl_vars['template']->value)."/password-reset-".((string)$_smarty_tpl->tpl_vars['innerTemplate']->value).".tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, true); ?> <?php }?> <?php }?> <?php }?> </div> </div> </div> <?php } }