smarty ça casse les couilles zebi

This commit is contained in:
Yasder5 2026-02-04 22:51:01 +01:00
parent b1960b2f35
commit aec3c845e0
469 changed files with 53465 additions and 69 deletions

View file

@ -0,0 +1,70 @@
<?php
/* Smarty version 5.7.0, created on 2026-02-04 21:47:55
from 'file:views/home.tpl' */
/* @var \Smarty\Template $_smarty_tpl */
if ($_smarty_tpl->getCompiled()->isFresh($_smarty_tpl, array (
'version' => '5.7.0',
'unifunc' => 'content_6983be8b334a57_18130562',
'has_nocache_code' => false,
'file_dependency' =>
array (
'0f54e8b5c9bcafd01d94486bfa02ee91c2c5fe68' =>
array (
0 => 'views/home.tpl',
1 => 1770240896,
2 => 'file',
),
),
'includes' =>
array (
'file:views/partials/preview.php' => 1,
),
))) {
function content_6983be8b334a57_18130562 (\Smarty\Template $_smarty_tpl) {
$_smarty_current_dir = 'D:\\projetphp\\views';
$_smarty_tpl->getInheritance()->init($_smarty_tpl, false);
?>
<?php ob_start();
$_smarty_tpl->getInheritance()->instanceBlock($_smarty_tpl, 'Block_16697957106983be8b32f404_81038557', "content");
$_prefixVariable1 = ob_get_clean();
echo $_prefixVariable1;?>
<?php }
/* {block "content"} */
class Block_16697957106983be8b32f404_81038557 extends \Smarty\Runtime\Block
{
public function callBlock(\Smarty\Template $_smarty_tpl) {
$_smarty_current_dir = 'D:\\projetphp\\views';
?>
<section class="container mt-5 p-5 d-flex flex-column align-items-center text-center">
<h1 class="logo">Folliow</h1>
<h2> les talents rencontrent leur avenir</h2>
<p class="col-6">Une plateforme de portfolio adapté à vos besoins et aux besoins des entreprises.
Créer un portfolio réellement pertinent aux exigences du marché et rentrez
directement en contact avec les entreprises.</p>
</section>
<section class="container" aria-label="Articles récents">
<h2 class="visually-hidden">Les 4 derniers articles</h2>
<div class="row mb-2">
<?php
$_from = $_smarty_tpl->getSmarty()->getRuntime('Foreach')->init($_smarty_tpl, $_smarty_tpl->getValue('arrArticleToDisplay'), 'objArticle');
$foreach0DoElse = true;
foreach ($_from ?? [] as $_smarty_tpl->getVariable('objArticle')->value) {
$foreach0DoElse = false;
?>
<?php $_smarty_tpl->renderSubTemplate("file:views/partials/preview.php", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), (int) 0, $_smarty_current_dir);
?>
<?php
}
$_smarty_tpl->getSmarty()->getRuntime('Foreach')->restore($_smarty_tpl, 1);?>
</section>
<?php
}
}
/* {/block "content"} */
}