diff options
Diffstat (limited to 'src/view/templates/grid.php')
-rw-r--r-- | src/view/templates/grid.php | 8 |
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 | ||