diff options
| author | winter | 2024-12-31 16:25:22 +0000 |
|---|---|---|
| committer | winter | 2024-12-31 16:25:22 +0000 |
| commit | 982e6213622bcb78a40d17f54cda27225a1d84b3 (patch) | |
| tree | 0a81d8fc183238dca959a4ab848c9cd1d241ef27 /templates/global_timeline.php | |
| parent | ad554b48e7dc355d9b33eede98f4e3e829fd867e (diff) | |
rework timelines. inclusion reasons supported now
Diffstat (limited to 'templates/global_timeline.php')
| -rw-r--r-- | templates/global_timeline.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/global_timeline.php b/templates/global_timeline.php deleted file mode 100644 index f475656..0000000 --- a/templates/global_timeline.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php call_template('skeleton', ['pageTitle' => __('timeline.global')], function () { - global $notes; - call_template('alertbox', [ - 'variety' => 'info', - 'message' => __('timeline.global.description') - ]); - foreach ($notes as $n) { - call_template('note', ['note' => $n]); - } -});
\ No newline at end of file |
