diff options
Diffstat (limited to 'src/view/templates/blog.php')
| -rw-r--r-- | src/view/templates/blog.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/view/templates/blog.php b/src/view/templates/blog.php deleted file mode 100644 index dfb65b5..0000000 --- a/src/view/templates/blog.php +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | <?php declare(strict_types=1); ?> | ||
| 2 | <section class="blog" 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> | ||
| 9 | <?= $content ?> | ||
| 10 | </div> | ||
| 11 | </section> \ No newline at end of file | ||
