aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/global_timeline.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/global_timeline.php')
-rw-r--r--templates/global_timeline.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/global_timeline.php b/templates/global_timeline.php
new file mode 100644
index 0000000..dbecd7b
--- /dev/null
+++ b/templates/global_timeline.php
@@ -0,0 +1,6 @@
+<?php call_template('skeleton', ['pageTitle' => 'Global timeline'], function () {
+ global $notes;
+ foreach ($notes as $n) {
+ call_template('note', ['note' => $n]);
+ }
+}); \ No newline at end of file