oops j'ai oublié de push
This commit is contained in:
parent
4f41366010
commit
fed88a764b
15 changed files with 130 additions and 35 deletions
|
|
@ -1,18 +1,18 @@
|
|||
<?php
|
||||
/* Smarty version 5.7.0, created on 2026-02-19 22:40:54
|
||||
/* Smarty version 5.7.0, created on 2026-02-22 17:49:48
|
||||
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_699791762209a2_04044349',
|
||||
'unifunc' => 'content_699b41bcec6d64_92614803',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'8056b95e7f6b28be5e36947735d13c8d176ec944' =>
|
||||
array (
|
||||
0 => 'views/_partial/header.tpl',
|
||||
1 => 1771532429,
|
||||
1 => 1771767067,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
|
|
@ -21,7 +21,7 @@ if ($_smarty_tpl->getCompiled()->isFresh($_smarty_tpl, array (
|
|||
'file:views/_partial/messages.tpl' => 1,
|
||||
),
|
||||
))) {
|
||||
function content_699791762209a2_04044349 (\Smarty\Template $_smarty_tpl) {
|
||||
function content_699b41bcec6d64_92614803 (\Smarty\Template $_smarty_tpl) {
|
||||
$_smarty_current_dir = 'D:\\projetphp\\views\\_partial';
|
||||
?><!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
|
|
@ -88,7 +88,8 @@ $_smarty_current_dir = 'D:\\projetphp\\views\\_partial';
|
|||
<li class="nav-item">
|
||||
<a class="nav-link" href="index.php?ctrl=user&action=user&pseudo=<?php echo $_SESSION['user']['user_pseudo'];?>
|
||||
" title="Modifier mon compte" aria-label="Modifier mon compte">
|
||||
<img src="<?php echo $_SESSION['user']['user_image'];?>
|
||||
<img src="<?php echo $_ENV['IMG_USER_PATH'];
|
||||
echo $_SESSION['user']['user_image'];?>
|
||||
"
|
||||
class="rounded-circle flex-shrink-0 mt-2 ml-5"
|
||||
style="width: 36px; height: 36px; object-fit: cover;"
|
||||
|
|
@ -96,7 +97,7 @@ $_smarty_current_dir = 'D:\\projetphp\\views\\_partial';
|
|||
</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<li>
|
||||
<a class="nav-link" href="index.php?ctrl=user&action=logout" title="Se déconnecter" aria-label="Se déconnecter">
|
||||
Se déconnecter
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue