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.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/global_timeline.php b/templates/global_timeline.php
index dbecd7b..cdaac5e 100644
--- a/templates/global_timeline.php
+++ b/templates/global_timeline.php
@@ -1,5 +1,9 @@
<?php call_template('skeleton', ['pageTitle' => 'Global timeline'], function () {
global $notes;
+ call_template('alertbox', [
+ 'variety' => 'info',
+ 'message' => 'This timeline shows all known public indexable notes'
+ ]);
foreach ($notes as $n) {
call_template('note', ['note' => $n]);
}