aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/local_timeline.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/local_timeline.php')
-rw-r--r--templates/local_timeline.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/local_timeline.php b/templates/local_timeline.php
deleted file mode 100644
index 9d9027c..0000000
--- a/templates/local_timeline.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php call_template('skeleton', ['pageTitle' => __('timeline.local')], function () {
- global $notes;
- call_template('alertbox', [
- 'variety' => 'info',
- 'message' => __('timeline.local.description')
- ]);
- foreach ($notes as $n) {
- call_template('note', ['note' => $n]);
- }
-}); \ No newline at end of file