aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/views/extension/index.phtml6
-rw-r--r--app/views/index/normal.phtml4
-rw-r--r--app/views/stats/idle.phtml6
-rw-r--r--app/views/subscription/index.phtml6
4 files changed, 11 insertions, 11 deletions
diff --git a/app/views/extension/index.phtml b/app/views/extension/index.phtml
index 4c9a58494..6d4a1ba6d 100644
--- a/app/views/extension/index.phtml
+++ b/app/views/extension/index.phtml
@@ -80,9 +80,6 @@
</main>
<?php $class = isset($this->extension) ? ' active' : ''; ?>
-<a href="#" id="close-slider" class="<?= $class ?>">
- <?= _i('close') ?>
-</a>
<aside id="slider" class="scrollbar-thin<?= $class ?>">
<?php
if (isset($this->extension)) {
@@ -90,3 +87,6 @@
}
?>
</aside>
+<a href="#" id="close-slider" class="<?= $class ?>">
+ <?= _i('close') ?>
+</a>
diff --git a/app/views/index/normal.phtml b/app/views/index/normal.phtml
index 562a1ef00..da2388e8f 100644
--- a/app/views/index/normal.phtml
+++ b/app/views/index/normal.phtml
@@ -135,10 +135,10 @@ $today = @strtotime('today');
<?php endif; ?>
<?php $class = $this->displaySlider ? ' active' : ''; ?>
+<aside id="slider" class="scrollbar-thin<?= $class ?>">
+</aside>
<a href="#" id="close-slider" class="<?= $class ?>">
<?= _i('close') ?>
</a>
-<aside id="slider" class="scrollbar-thin<?= $class ?>">
-</aside>
<?php if ($nbEntries > 0 && FreshRSS_Context::$user_conf->show_nav_buttons) $this->partial('nav_entries'); ?>
diff --git a/app/views/stats/idle.phtml b/app/views/stats/idle.phtml
index 3dc3ab700..0fa490372 100644
--- a/app/views/stats/idle.phtml
+++ b/app/views/stats/idle.phtml
@@ -51,9 +51,6 @@
</main>
<?php $class = $this->displaySlider ? ' active' : ''; ?>
-<a href="#" id="close-slider" class="<?= $class ?>">
- <?= _i('close') ?>
-</a>
<aside id="slider" class="scrollbar-thin<?= $class ?>">
<?php
if (isset($this->feed)) {
@@ -61,3 +58,6 @@
}
?>
</aside>
+<a href="#" id="close-slider" class="<?= $class ?>">
+ <?= _i('close') ?>
+</a>
diff --git a/app/views/subscription/index.phtml b/app/views/subscription/index.phtml
index ae842f990..139bb2de0 100644
--- a/app/views/subscription/index.phtml
+++ b/app/views/subscription/index.phtml
@@ -76,9 +76,6 @@
</main>
<?php $class = $this->displaySlider ? ' active' : ''; ?>
-<a href="#" id="close-slider" class="<?= $class ?>">
- <?= _i('close') ?>
-</a>
<aside id="slider" class="scrollbar-thin<?= $class ?>">
<?php
if (isset($this->feed)) {
@@ -88,3 +85,6 @@
}
?>
</aside>
+<a href="#" id="close-slider" class="<?= $class ?>">
+ <?= _i('close') ?>
+</a>