diff options
| author | 2021-09-18 12:52:17 +0200 | |
|---|---|---|
| committer | 2021-09-18 12:52:17 +0200 | |
| commit | dfc89831d4e363f62dea9df71c6b4af21cc7d7c7 (patch) | |
| tree | 8625284d5de6d6f9868307af361af4aff103c55f /app/layout/simple.phtml | |
| parent | 4300130658e64aef69488086237f36bfddc33d4c (diff) | |
Headline structure improvement (Part 2) (#3851)
* Update about.phtml
* Update queries.phtml
* Update query.phtml
* Update configure.phtml
* Update profile.phtml
* Update simple.phtml
* update app\views\helpers\category\update.phtml
Diffstat (limited to 'app/layout/simple.phtml')
| -rw-r--r-- | app/layout/simple.phtml | 9 |
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> |
