hotel_commerce/cache/smarty/compile/22/7b/10/227b10865a667fdaed3504f1a55c07ea46cd7537_0.file.display-nav.tpl.php
2023-06-26 13:09:26 +05:30

42 lines
1.3 KiB
PHP

<?php
/* Smarty version 3.1.39, created on 2023-06-22 17:18:43
from 'C:\xampp\htdocs\hotelcommerce\modules\qloblockcontact\views\templates\hook\display-nav.tpl' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.39',
'unifunc' => 'content_6494351b36e2d5_73181055',
'has_nocache_code' => false,
'file_dependency' =>
array (
'227b10865a667fdaed3504f1a55c07ea46cd7537' =>
array (
0 => 'C:\\xampp\\htdocs\\hotelcommerce\\modules\\qloblockcontact\\views\\templates\\hook\\display-nav.tpl',
1 => 1687433799,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_6494351b36e2d5_73181055 (Smarty_Internal_Template $_smarty_tpl) {
if ($_smarty_tpl->tpl_vars['email']->value) {?>
<div class="contact-item">
<i class="icon-envelope-o"></i>
<a href="mailto:<?php echo $_smarty_tpl->tpl_vars['email']->value;?>
"><?php echo $_smarty_tpl->tpl_vars['email']->value;?>
</a>
</div>
<?php }
if ($_smarty_tpl->tpl_vars['phone']->value) {?>
<div class="contact-item">
<i class="icon-phone"></i>
<a href="tel:<?php echo $_smarty_tpl->tpl_vars['phone']->value;?>
"><?php echo $_smarty_tpl->tpl_vars['phone']->value;?>
</a>
</div>
<?php }
}
}