modifs version web, demande alexandre
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 27s
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 27s
This commit is contained in:
parent
1f3649fc14
commit
df5e2e495c
6 changed files with 91 additions and 87 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue