diff options
author | polo <ordipolo@gmx.fr> | 2025-09-29 20:20:26 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2025-09-29 20:20:26 +0200 |
commit | 23fe455ead832c97fdabafca78393e21a18086bf (patch) | |
tree | f49603ceff42972ee3f3dae88050c2da586f2759 /src/view/templates/new.php | |
parent | 58d2a7f5f0b8fbb93730ad2332fa484bbfc80d4c (diff) | |
download | cms-23fe455ead832c97fdabafca78393e21a18086bf.zip |
présentation mosaïque
Diffstat (limited to 'src/view/templates/new.php')
-rw-r--r-- | src/view/templates/new.php | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/view/templates/new.php b/src/view/templates/new.php index b1b3453..30b244f 100644 --- a/src/view/templates/new.php +++ b/src/view/templates/new.php | |||
@@ -1,12 +1,10 @@ | |||
1 | <?php declare(strict_types=1); ?> | 1 | <?php declare(strict_types=1); ?> |
2 | <article> | 2 | <article> |
3 | <div class="new_content" id="<?= $id ?>"> | 3 | <div class="new_content <?= $overflow ?>" id="<?= $id ?>"> |
4 | <div class="article_title_zone"> | 4 | <div class="data" id="<?= $id_title ?>"> |
5 | <div class="data" id="<?= $id_title ?>"> | 5 | <?= $title ?> |
6 | <?= $title ?> | ||
7 | </div> | ||
8 | <?= $title_buttons ?> | ||
9 | </div> | 6 | </div> |
7 | <?= $title_buttons ?> | ||
10 | <div class="data new_content_text" id="<?= $id_preview ?>"> | 8 | <div class="data new_content_text" id="<?= $id_preview ?>"> |
11 | <?= $preview ?> | 9 | <?= $preview ?> |
12 | </div> | 10 | </div> |