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/post.php | |
parent | 58d2a7f5f0b8fbb93730ad2332fa484bbfc80d4c (diff) | |
download | cms-23fe455ead832c97fdabafca78393e21a18086bf.zip |
présentation mosaïque
Diffstat (limited to 'src/view/templates/post.php')
-rw-r--r-- | src/view/templates/post.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/templates/post.php b/src/view/templates/post.php index 5cf35c2..d0d01b2 100644 --- a/src/view/templates/post.php +++ b/src/view/templates/post.php | |||
@@ -1,10 +1,10 @@ | |||
1 | <?php declare(strict_types=1); ?> | 1 | <?php declare(strict_types=1); ?> |
2 | <article> | 2 | <article> |
3 | <div class="article_content"> | 3 | <div class="post_content"> |
4 | <div class="article_title_zone"> | 4 | <div class="article_title_zone"> |
5 | <?= $share_button ?> | 5 | <?= $share_button ?> |
6 | </div> | 6 | </div> |
7 | <div id="<?= $id ?>" class="html_from_editor"> | 7 | <div id="<?= $id ?>"> |
8 | <?= $html ?> | 8 | <?= $html ?> |
9 | </div> | 9 | </div> |
10 | <div class="article_admin_zone"> | 10 | <div class="article_admin_zone"> |