aboutsummaryrefslogtreecommitdiff
path: root/app/views/index/about.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/index/about.phtml')
-rw-r--r--app/views/index/about.phtml9
1 files changed, 6 insertions, 3 deletions
diff --git a/app/views/index/about.phtml b/app/views/index/about.phtml
index cd8cfcade..e25e9a119 100644
--- a/app/views/index/about.phtml
+++ b/app/views/index/about.phtml
@@ -1,6 +1,9 @@
-<?php if (FreshRSS_Auth::hasAccess()) {?>
-<?php $this->partial('aside_configure'); ?>
-<?php } ?>
+<?php
+ /** @var FreshRSS_View $this */
+ if (FreshRSS_Auth::hasAccess()) {
+ $this->partial('aside_configure');
+ }
+?>
<main class="post content">
<?php if (FreshRSS_Auth::hasAccess()) {?>