summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2015-02-13 14:16:08 -0500
committerAlessandro Cosentino <cosenal@gmail.com>2015-02-13 14:16:08 -0500
commit013ed6075488ed1f251737c61510ab18e6e48d0c (patch)
tree753e690003110d7ee16f6868a2d2f02824c49210
parent2a0f6781519df294f7bdfb0ba91d73a99ab0d634 (diff)
push down Explore button (fix #728)
-rw-r--r--templates/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.php b/templates/index.php
index 5da7d3c21..886630f24 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -57,13 +57,13 @@ foreach (Plugin::getScripts() as $appName => $fileName) {
<ul class="with-icon" data-id="0" news-droppable>
<?php print_unescaped($this->inc('part.navigation.addfeed')) ?>
<?php print_unescaped($this->inc('part.navigation.addfolder')) ?>
- <?php print_unescaped($this->inc('part.navigation.explore')) ?>
<?php print_unescaped($this->inc('part.navigation.unreadfeed')) ?>
<?php print_unescaped($this->inc('part.navigation.starredfeed')) ?>
<?php print_unescaped($this->inc(
'part.navigation.feed', ['folderId' => '0']
)) ?>
<?php print_unescaped($this->inc('part.navigation.folder')) ?>
+ <?php print_unescaped($this->inc('part.navigation.explore')) ?>
</ul>
<!-- settings -->