diff options
Diffstat (limited to 'src/view/templates/grid.php')
| -rw-r--r-- | src/view/templates/grid.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/view/templates/grid.php b/src/view/templates/grid.php deleted file mode 100644 index 71c052b..0000000 --- a/src/view/templates/grid.php +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | <?php declare(strict_types=1); ?> | ||
| 2 | <section class="grid" id="<?= $this->id_node ?>"> | ||
| 3 | <h3><?= $title ?></h3> | ||
| 4 | <?= $new_article ?> | ||
| 5 | <script> | ||
| 6 | var clone<?= $this->id_node ?> = document.currentScript.previousElementSibling.cloneNode(true); | ||
| 7 | </script> | ||
| 8 | <div class="grid_columns"> | ||
| 9 | <?= $content ?> | ||
| 10 | </div> | ||
| 11 | </section> \ No newline at end of file | ||
