Files
code-cegled/template/templates_c/37574c53ee2a5eee86b2066bc3b283517b22d802_0.file.user_list.tpl.php
2016-11-10 19:08:45 +01:00

68 lines
1.8 KiB
PHP
Executable File

<?php /* Smarty version 3.1.27, created on 2016-11-06 21:01:39
compiled from "template/templates/user_list.tpl" */ ?>
<?php
/*%%SmartyHeaderCode:1715121101581f8c233b5f71_60016562%%*/
if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'37574c53ee2a5eee86b2066bc3b283517b22d802' =>
array (
0 => 'template/templates/user_list.tpl',
1 => 1478462496,
2 => 'file',
),
),
'nocache_hash' => '1715121101581f8c233b5f71_60016562',
'variables' =>
array (
'user_array' => 0,
'edit' => 0,
'user' => 0,
),
'has_nocache_code' => false,
'version' => '3.1.27',
'unifunc' => 'content_581f8c23400087_16155929',
),false);
/*/%%SmartyHeaderCode%%*/
if ($_valid && !is_callable('content_581f8c23400087_16155929')) {
function content_581f8c23400087_16155929 ($_smarty_tpl) {
$_smarty_tpl->properties['nocache_hash'] = '1715121101581f8c233b5f71_60016562';
?>
<table>
<tr>
<td colspan="2" class="create"><a href="/admin/create/member">+ Új tag hozzáadása</a></td>
</tr>
<?php
$_from = $_smarty_tpl->tpl_vars['user_array']->value;
if (!is_array($_from) && !is_object($_from)) {
settype($_from, 'array');
}
$_smarty_tpl->tpl_vars['user'] = new Smarty_Variable;
$_smarty_tpl->tpl_vars['user']->_loop = false;
foreach ($_from as $_smarty_tpl->tpl_vars['user']->value) {
$_smarty_tpl->tpl_vars['user']->_loop = true;
$foreach_user_Sav = $_smarty_tpl->tpl_vars['user'];
?>
<tr>
<td>
<a href="/admin/<?php if (!$_smarty_tpl->tpl_vars['edit']->value) {?>members<?php } else { ?>edit_member<?php }?>/<?php echo $_smarty_tpl->tpl_vars['user']->value->get_uk_id();?>
">
<?php echo $_smarty_tpl->tpl_vars['user']->value->get_uk_name();?>
</a>
</td>
</tr>
<?php
$_smarty_tpl->tpl_vars['user'] = $foreach_user_Sav;
}
?>
</table><?php }
}
?>