edit user

This commit is contained in:
Yasder5 2026-02-19 20:33:24 +01:00
parent 216de9c8df
commit 09ec39c7bb
11 changed files with 293 additions and 68 deletions

View file

@ -1,26 +1,27 @@
<?php
/* Smarty version 5.7.0, created on 2026-02-14 17:35:40
/* Smarty version 5.7.0, created on 2026-02-19 18:00:38
from 'file:views/_partial/header.tpl' */
/* @var \Smarty\Template $_smarty_tpl */
if ($_smarty_tpl->getCompiled()->isFresh($_smarty_tpl, array (
'version' => '5.7.0',
'unifunc' => 'content_6990b26c2637b7_83238687',
'unifunc' => 'content_69974fc6bd10a6_20132978',
'has_nocache_code' => false,
'file_dependency' =>
array (
'8056b95e7f6b28be5e36947735d13c8d176ec944' =>
array (
0 => 'views/_partial/header.tpl',
1 => 1771090171,
1 => 1771520240,
2 => 'file',
),
),
'includes' =>
array (
'file:views/_partial/messages.tpl' => 1,
),
))) {
function content_6990b26c2637b7_83238687 (\Smarty\Template $_smarty_tpl) {
function content_69974fc6bd10a6_20132978 (\Smarty\Template $_smarty_tpl) {
$_smarty_current_dir = 'D:\\projetphp\\views\\_partial';
?><!DOCTYPE html>
<html lang="fr">
@ -96,7 +97,7 @@ $_smarty_current_dir = 'D:\\projetphp\\views\\_partial';
<li class="nav-item">
<a class="nav-link" href="index.php?ctrl=user&action=logout" title="Se déconnecter" aria-label="Se déconnecter">
Logout
Se déconnecter
</a>
</li>
</ul>
@ -105,7 +106,6 @@ $_smarty_current_dir = 'D:\\projetphp\\views\\_partial';
</div>
</div>
</nav>
</body>
</html>
<?php }
<?php $_smarty_tpl->renderSubTemplate("file:views/_partial/messages.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), (int) 0, $_smarty_current_dir);
}
}