oops j'ai oublié de push

This commit is contained in:
Yasder5 2026-02-23 19:43:44 +01:00
parent 4f41366010
commit fed88a764b
15 changed files with 130 additions and 35 deletions

View file

@ -1,18 +1,18 @@
<?php
/* Smarty version 5.7.0, created on 2026-02-19 22:33:52
/* Smarty version 5.7.0, created on 2026-02-22 17:49:49
from 'file:views/_partial/preview.tpl' */
/* @var \Smarty\Template $_smarty_tpl */
if ($_smarty_tpl->getCompiled()->isFresh($_smarty_tpl, array (
'version' => '5.7.0',
'unifunc' => 'content_69978fd0688ff3_83236343',
'unifunc' => 'content_699b41bd0e6f98_46719655',
'has_nocache_code' => false,
'file_dependency' =>
array (
'67e1ae3a210fc2d1bf8782993687bad91a1cf0f6' =>
array (
0 => 'views/_partial/preview.tpl',
1 => 1771531758,
1 => 1771765950,
2 => 'file',
),
),
@ -20,13 +20,14 @@ if ($_smarty_tpl->getCompiled()->isFresh($_smarty_tpl, array (
array (
),
))) {
function content_69978fd0688ff3_83236343 (\Smarty\Template $_smarty_tpl) {
function content_699b41bd0e6f98_46719655 (\Smarty\Template $_smarty_tpl) {
$_smarty_current_dir = 'D:\\projetphp\\views\\_partial';
?><article class="col-md-3 mb-5 <?php if ((true && (true && null !== ($_SESSION['user'] ?? null))) && $_SESSION['user']['user_status'] == 2) {?> pb-5 <?php }?>" style="border-radius: 100px ;">
<div class="card h-100 shadow article-card rounded-4" style="border-width: 2px; overflow: hidden;">
<div class="ratio ratio-4x3">
<img src=".<?php echo $_smarty_tpl->getValue('objProject')->getThumbnail();?>
<img src="<?php echo $_ENV['IMG_PROJECT_PATH'];
echo $_smarty_tpl->getValue('objProject')->getThumbnail();?>
"
class="w-100 h-100 object-fit-cover"
alt=""
@ -35,7 +36,8 @@ $_smarty_current_dir = 'D:\\projetphp\\views\\_partial';
<div class="card-body p-3 bg-light">
<div class="d-flex align-items-start gap-3">
<img src="<?php echo $_smarty_tpl->getValue('objProject')->getUser_image();?>
<img src="<?php echo $_ENV['IMG_USER_PATH'];
echo $_smarty_tpl->getValue('objProject')->getUser_image();?>
"
class="rounded-circle flex-shrink-0 border border-2 border-white"
style="width: 64px; height: 64px; object-fit: cover; margin-top: 8px;"