diff options
Diffstat (limited to 'src/view/templates/grid.php')
| -rw-r--r-- | src/view/templates/grid.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/templates/grid.php b/src/view/templates/grid.php index f9e441d..71c052b 100644 --- a/src/view/templates/grid.php +++ b/src/view/templates/grid.php | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | <?php declare(strict_types=1); ?> | ||
| 1 | <section class="grid" id="<?= $this->id_node ?>"> | 2 | <section class="grid" id="<?= $this->id_node ?>"> |
| 2 | <h3><?= $title ?></h3> | 3 | <h3><?= $title ?></h3> |
| 3 | <?= $new_article ?> | 4 | <?= $new_article ?> |
