summaryrefslogtreecommitdiffstats
path: root/templates/index.php
diff options
context:
space:
mode:
authorJimmy Huynh <jimmy.huynh@etu.unistra.fr>2021-01-26 14:38:38 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-08 23:17:31 +0200
commit1ff8c26ac079c55602217bcbabf344955d6af33a (patch)
treeb7c2b3787a3342bd2c267f25564eb483e8837dd7 /templates/index.php
parent5342837d40a68fa1ecc1bad0a8e8224feca3a96d (diff)
(+) Shared href navigation
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
Diffstat (limited to 'templates/index.php')
-rw-r--r--templates/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/index.php b/templates/index.php
index 9ad38a0d5..bc4a06586 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -56,6 +56,7 @@ foreach (Plugin::getScripts() as $appName => $fileName) {
<?php print_unescaped($this->inc('part.navigation.addfolder')) ?>
<?php print_unescaped($this->inc('part.navigation.unreadfeed')) ?>
<?php print_unescaped($this->inc('part.navigation.starredfeed')) ?>
+ <?php print_unescaped($this->inc('part.navigation.sharedfeed')) ?>
<?php print_unescaped($this->inc(
'part.navigation.feed', ['folderId' => 'null']
)) ?>