hotel_commerce/cache/smarty/compile/2b/a8/14/2ba8145f3cab32ec53a828cac0b314ca29886b77_0.file.my-account.tpl.php
2023-06-26 13:09:26 +05:30

43 lines
1.8 KiB
PHP

<?php
/* Smarty version 3.1.39, created on 2023-06-22 13:37:38
from 'C:\xampp\htdocs\hotelcommerce\themes\hotel-reservation-theme\modules\favoriteproducts\views\templates\hook\my-account.tpl' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.39',
'unifunc' => 'content_64943282490096_92754975',
'has_nocache_code' => false,
'file_dependency' =>
array (
'2ba8145f3cab32ec53a828cac0b314ca29886b77' =>
array (
0 => 'C:\\xampp\\htdocs\\hotelcommerce\\themes\\hotel-reservation-theme\\modules\\favoriteproducts\\views\\templates\\hook\\my-account.tpl',
1 => 1687433800,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_64943282490096_92754975 (Smarty_Internal_Template $_smarty_tpl) {
?>
<li class="favoriteproducts">
<a
href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['link']->value->getModuleLink('favoriteproducts','account',array(),true), ENT_QUOTES, 'UTF-8', true);?>
"
title="<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'My favorite products.','mod'=>'favoriteproducts'),$_smarty_tpl ) );?>
">
<?php if (!$_smarty_tpl->tpl_vars['in_footer']->value) {?>
<i class="icon-heart-empty"></i>
<span><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'My favorite products','mod'=>'favoriteproducts'),$_smarty_tpl ) );?>
</span>
<?php } else { ?>
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'My favorite products','mod'=>'favoriteproducts'),$_smarty_tpl ) );?>
<?php }?>
</a>
</li>
<?php }
}