aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorwinter2025-01-19 23:22:34 +0000
committerwinter2025-01-19 23:22:34 +0000
commitbf031d9a72a34922f3ac8ccdf5212a384103fc80 (patch)
tree36b8a70517c55fa5d1cfe9e0cb8ff45896ac5b42 /templates
parentf5ad15cc68804351389192f149b0f48866f1d9eb (diff)
add timeline navigation links to left mobilepane
Diffstat (limited to 'templates')
-rw-r--r--templates/mobilepane_left.php7
1 files changed, 7 insertions, 0 deletions
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();
</header>
<main class="mobilePane">
<?php
+ $links = [
+ '/feed/home' => __('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');
?>