hotel_commerce/cache/smarty/compile/8e/67/09/8e6709b64f18383d5d356398d26d2b06b3d78043_0.file.external-navigation-hook.tpl.php
2023-06-26 13:09:26 +05:30

50 lines
1.6 KiB
PHP

<?php
/* Smarty version 3.1.39, created on 2023-06-22 17:18:40
from 'C:\xampp\htdocs\hotelcommerce\modules\qloblockcontact\views\templates\hook\external-navigation-hook.tpl' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.39',
'unifunc' => 'content_64943518c7e7a3_14465766',
'has_nocache_code' => false,
'file_dependency' =>
array (
'8e6709b64f18383d5d356398d26d2b06b3d78043' =>
array (
0 => 'C:\\xampp\\htdocs\\hotelcommerce\\modules\\qloblockcontact\\views\\templates\\hook\\external-navigation-hook.tpl',
1 => 1687433799,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_64943518c7e7a3_14465766 (Smarty_Internal_Template $_smarty_tpl) {
if ($_smarty_tpl->tpl_vars['email']->value || $_smarty_tpl->tpl_vars['phone']->value) {?>
<ul class="nav nav-pills nav-stacked visible-xs wk-nav-style">
<?php if ($_smarty_tpl->tpl_vars['email']->value) {?>
<li>
<a href="mailto:<?php echo $_smarty_tpl->tpl_vars['email']->value;?>
">
<i class="icon-envelope-o"></i>
<?php echo $_smarty_tpl->tpl_vars['email']->value;?>
</a>
</li>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['phone']->value) {?>
<li>
<a href="tel:<?php echo $_smarty_tpl->tpl_vars['phone']->value;?>
">
<i class="icon-phone"></i>
<?php echo $_smarty_tpl->tpl_vars['phone']->value;?>
</a>
</li>
<?php }?>
</ul>
<?php }
}
}