summaryrefslogtreecommitdiff
path: root/src/view/templates/grid.php
diff options
context:
space:
mode:
authorpolo-pc-greta <ordipolo@gmx.fr>2025-03-27 10:13:03 +0100
committerpolo-pc-greta <ordipolo@gmx.fr>2025-03-27 10:13:03 +0100
commitdf3612ed7e6691530503f79483d2fdbc032d01b8 (patch)
tree56d1c68fdc8625f5dad1937a654299d45142c79a /src/view/templates/grid.php
downloadcms-df3612ed7e6691530503f79483d2fdbc032d01b8.zip
mise en ligne github
Diffstat (limited to 'src/view/templates/grid.php')
-rw-r--r--src/view/templates/grid.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/view/templates/grid.php b/src/view/templates/grid.php
new file mode 100644
index 0000000..a09ed40
--- /dev/null
+++ b/src/view/templates/grid.php
@@ -0,0 +1,8 @@
1<section class="grid">
2 <h3><?= $title ?></h3>
3<?= $new_article ?>
4<?= $new_article_admin_buttons ?>
5 <div class="grid_columns">
6<?= $content ?>
7 </div>
8</section> \ No newline at end of file