From 982e6213622bcb78a40d17f54cda27225a1d84b3 Mon Sep 17 00:00:00 2001 From: winter Date: Tue, 31 Dec 2024 16:25:22 +0000 Subject: rework timelines. inclusion reasons supported now --- templates/local_timeline.php | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 templates/local_timeline.php (limited to 'templates/local_timeline.php') 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 @@ - __('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 -- cgit v1.3