37 lines
1.1 KiB
PHP
37 lines
1.1 KiB
PHP
<?php
|
|
/* Smarty version 3.1.39, created on 2023-06-22 13:38:05
|
|
from 'C:\xampp\htdocs\hotelcommerce\admin\themes\default\template\helpers\tree\tree.tpl' */
|
|
|
|
/* @var Smarty_Internal_Template $_smarty_tpl */
|
|
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
|
'version' => '3.1.39',
|
|
'unifunc' => 'content_6494329ddaa006_85074427',
|
|
'has_nocache_code' => false,
|
|
'file_dependency' =>
|
|
array (
|
|
'5ad38cba3e08c59211ef703258101b95575fcd22' =>
|
|
array (
|
|
0 => 'C:\\xampp\\htdocs\\hotelcommerce\\admin\\themes\\default\\template\\helpers\\tree\\tree.tpl',
|
|
1 => 1687433793,
|
|
2 => 'file',
|
|
),
|
|
),
|
|
'includes' =>
|
|
array (
|
|
),
|
|
),false)) {
|
|
function content_6494329ddaa006_85074427 (Smarty_Internal_Template $_smarty_tpl) {
|
|
?><div class="panel">
|
|
<?php if ((isset($_smarty_tpl->tpl_vars['header']->value))) {
|
|
echo $_smarty_tpl->tpl_vars['header']->value;
|
|
}?>
|
|
<?php if ((isset($_smarty_tpl->tpl_vars['nodes']->value))) {?>
|
|
<ul id="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['id']->value, ENT_QUOTES, 'UTF-8', true);?>
|
|
" class="tree">
|
|
<?php echo $_smarty_tpl->tpl_vars['nodes']->value;?>
|
|
|
|
</ul>
|
|
<?php }?>
|
|
</div><?php }
|
|
}
|