diff options
| author | winter | 2024-12-23 19:48:28 +0000 |
|---|---|---|
| committer | winter | 2024-12-23 19:48:28 +0000 |
| commit | 505d25e29f1c13403bfbfe7cd9d1ab125be87a4b (patch) | |
| tree | 1f2e914b3aacd57defb84acf78a871ad1f896927 /templates/global_timeline.php | |
| parent | bccad1118364427ea5c97c08d132fd128368760b (diff) | |
make the timelines look nicer and add local tl
Diffstat (limited to 'templates/global_timeline.php')
| -rw-r--r-- | templates/global_timeline.php | 4 |
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]); } |
