From 505d25e29f1c13403bfbfe7cd9d1ab125be87a4b Mon Sep 17 00:00:00 2001 From: winter Date: Mon, 23 Dec 2024 19:48:28 +0000 Subject: make the timelines look nicer and add local tl --- templates/local_timeline.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 templates/local_timeline.php (limited to 'templates/local_timeline.php') diff --git a/templates/local_timeline.php b/templates/local_timeline.php new file mode 100644 index 0000000..a4624b5 --- /dev/null +++ b/templates/local_timeline.php @@ -0,0 +1,10 @@ + 'Local timeline'], function () { + global $notes; + call_template('alertbox', [ + 'variety' => 'info', + 'message' => 'This timeline shows all public indexable notes posted by users on this server' + ]); + foreach ($notes as $n) { + call_template('note', ['note' => $n]); + } +}); \ No newline at end of file -- cgit v1.3