hotel_commerce/cache/smarty/compile/6e/81/cc/6e81ccbb3bfddf2111e42c4ea48e921052274349_0.file.authentication.tpl.php
2023-06-26 13:09:26 +05:30

39 lines
1.7 KiB
PHP

<?php
/* Smarty version 3.1.39, created on 2023-06-22 13:37:39
from 'C:\xampp\htdocs\hotelcommerce\themes\hotel-reservation-theme\modules\referralprogram\views\templates\hook\authentication.tpl' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.39',
'unifunc' => 'content_64943283bf5165_68282536',
'has_nocache_code' => false,
'file_dependency' =>
array (
'6e81ccbb3bfddf2111e42c4ea48e921052274349' =>
array (
0 => 'C:\\xampp\\htdocs\\hotelcommerce\\themes\\hotel-reservation-theme\\modules\\referralprogram\\views\\templates\\hook\\authentication.tpl',
1 => 1687433800,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_64943283bf5165_68282536 (Smarty_Internal_Template $_smarty_tpl) {
?>
<!-- MODULE ReferralProgram -->
<fieldset class="account_creation">
<h3 class="page-subheading"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Referral program','mod'=>'referralprogram'),$_smarty_tpl ) );?>
</h3>
<p class="form-group">
<label for="referralprogram"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'E-mail address of your sponsor','mod'=>'referralprogram'),$_smarty_tpl ) );?>
</label>
<input class="form-control" type="text" size="52" maxlength="128" id="referralprogram" name="referralprogram" value="<?php if ((isset($_POST['referralprogram']))) {
echo htmlspecialchars($_POST['referralprogram'], ENT_QUOTES, 'UTF-8', true);
}?>" />
</p>
</fieldset>
<!-- END : MODULE ReferralProgram --><?php }
}