hotel_commerce/cache/smarty/compile/b5/47/98/b547987e18bf44714fee7c89cc9d439f4c8a55d6_0.file.navigationMenuBlock.tpl.php
2023-06-26 13:09:26 +05:30

67 lines
2.5 KiB
PHP

<?php
/* Smarty version 3.1.39, created on 2023-06-22 17:18:40
from 'C:\xampp\htdocs\hotelcommerce\modules\blocknavigationmenu\views\templates\hook\navigationMenuBlock.tpl' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.39',
'unifunc' => 'content_64943518b36df9_89846327',
'has_nocache_code' => false,
'file_dependency' =>
array (
'b547987e18bf44714fee7c89cc9d439f4c8a55d6' =>
array (
0 => 'C:\\xampp\\htdocs\\hotelcommerce\\modules\\blocknavigationmenu\\views\\templates\\hook\\navigationMenuBlock.tpl',
1 => 1687433796,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_64943518b36df9_89846327 (Smarty_Internal_Template $_smarty_tpl) {
?>
<div class="header-top-item">
<button type="button" class="nav_toggle">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div id="menu_cont" class="menu_cont_right">
<div class="row margin-lr-0">
<div class="col-xs-12 col-sm-12">
<div class="row margin-lr-0">
<span class="pull-right close_navbar"><i class="icon-close"></i></span>
</div>
<div class="row">
<ul class="nav nav-pills nav-stacked wk-nav-style">
<?php if ((isset($_smarty_tpl->tpl_vars['navigation_links']->value)) && $_smarty_tpl->tpl_vars['navigation_links']->value) {?>
<?php
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['navigation_links']->value, 'navigationLink');
$_smarty_tpl->tpl_vars['navigationLink']->do_else = true;
if ($_from !== null) foreach ($_from as $_smarty_tpl->tpl_vars['navigationLink']->value) {
$_smarty_tpl->tpl_vars['navigationLink']->do_else = false;
?>
<li>
<a class="navigation-link" href="<?php echo $_smarty_tpl->tpl_vars['navigationLink']->value['link'];?>
"><?php echo $_smarty_tpl->tpl_vars['navigationLink']->value['name'];?>
</a>
</li>
<?php
}
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?>
<?php }?>
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>"displayDefaultNavigationHook"),$_smarty_tpl ) );?>
</ul>
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>"displayExternalNavigationHook"),$_smarty_tpl ) );?>
</div>
</div>
</div>
</div><?php }
}