From bf031d9a72a34922f3ac8ccdf5212a384103fc80 Mon Sep 17 00:00:00 2001 From: winter Date: Sun, 19 Jan 2025 23:22:34 +0000 Subject: add timeline navigation links to left mobilepane --- templates/mobilepane_left.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'templates') diff --git a/templates/mobilepane_left.php b/templates/mobilepane_left.php index 77925cc..f71279c 100644 --- a/templates/mobilepane_left.php +++ b/templates/mobilepane_left.php @@ -22,6 +22,13 @@ $settings = GlobalSettings::getInstance();
__('timeline.home.shortName'), + '/feed/global' => __('timeline.global.shortName'), + '/feed/local' => __('timeline.local.shortName'), + ]; + call_template('navigation_links', ['links' => $links]); + call_template('write_note_form'); call_template('left_side_navigation'); ?> -- cgit v1.3