modifs version web, demande alexandre
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 27s

This commit is contained in:
sarahgarcin1 2026-03-12 10:18:08 +01:00
parent 1f3649fc14
commit df5e2e495c
6 changed files with 91 additions and 87 deletions

View file

@ -22,7 +22,11 @@
<meta name="csrf" content="<?= csrf() ?>">
<?php endif ?>
</head>
<body data-template="<?= $page->template() ?>">
<?php
if($page->background()->isNotEmpty()){ $background = $page->background();}
else{$background = "#FFF";}?>
<body data-template="<?= $page->template() ?>" style="--background-color: <?= $background?>">
<!-- ═══════════════════════════════════════════
EN-TÊTE PROJET