aboutsummaryrefslogtreecommitdiff
path: root/app/layout/simple.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/layout/simple.phtml')
-rw-r--r--app/layout/simple.phtml9
1 files changed, 3 insertions, 6 deletions
diff --git a/app/layout/simple.phtml b/app/layout/simple.phtml
index 89fe69005..4357b6fdf 100644
--- a/app/layout/simple.phtml
+++ b/app/layout/simple.phtml
@@ -26,12 +26,9 @@
<div class="app-layout app-layout-simple">
<div class="header">
<div class="item title">
- <h1>
- <a href="<?= _url('index', 'index') ?>">
- <img class="logo" src="<?= _i('icon', true) ?>" alt="" />
- <?= FreshRSS_Context::$system_conf->title ?>
- </a>
- </h1>
+ <a href="<?= _url('index', 'index') ?>">
+ <img class="logo" src="<?= _i('FreshRSS-logo', true) ?>" alt="" />
+ </a>
</div>
<div class="item"></div>