diff options
Diffstat (limited to 'src/view/templates/calendar.php')
-rw-r--r-- | src/view/templates/calendar.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/view/templates/calendar.php b/src/view/templates/calendar.php new file mode 100644 index 0000000..d85ade7 --- /dev/null +++ b/src/view/templates/calendar.php | |||
@@ -0,0 +1,4 @@ | |||
1 | <?php declare(strict_types=1); ?> | ||
2 | <section class="calendar" id="<?= $this->id_node ?>"> | ||
3 | <h3><?= $title ?></h3> | ||
4 | </section> \ No newline at end of file | ||