diff options
author | polo-pc-greta <ordipolo@gmx.fr> | 2025-03-27 10:13:03 +0100 |
---|---|---|
committer | polo-pc-greta <ordipolo@gmx.fr> | 2025-03-27 10:13:03 +0100 |
commit | df3612ed7e6691530503f79483d2fdbc032d01b8 (patch) | |
tree | 56d1c68fdc8625f5dad1937a654299d45142c79a /src/view/templates/galery.php | |
download | cms-df3612ed7e6691530503f79483d2fdbc032d01b8.zip |
mise en ligne github
Diffstat (limited to 'src/view/templates/galery.php')
-rw-r--r-- | src/view/templates/galery.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/view/templates/galery.php b/src/view/templates/galery.php new file mode 100644 index 0000000..306526f --- /dev/null +++ b/src/view/templates/galery.php | |||
@@ -0,0 +1,10 @@ | |||
1 | <section class="galery"> | ||
2 | <h3><?= $title ?></h3> | ||
3 | <?= $new_article ?> | ||
4 | <?= $new_article_admin_buttons ?> | ||
5 | <div class="galery_photos"> | ||
6 | <a><p></p></a> | ||
7 | <?= $content ?> | ||
8 | </div> | ||
9 | <script>enableGaleryScroller();</script> | ||
10 | </section> \ No newline at end of file | ||