aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
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');
?>