diff options
Diffstat (limited to 'app/layout/header.phtml')
| -rw-r--r-- | app/layout/header.phtml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/layout/header.phtml b/app/layout/header.phtml index b9d5c0a13..45eb9a3ce 100644 --- a/app/layout/header.phtml +++ b/app/layout/header.phtml @@ -2,7 +2,7 @@ <div class="item title"> <a href="<?= _url('index', 'index') ?>"> <?php if (FreshRSS_Context::$system_conf->logo_html == '') { ?> - <img class="logo" src="<?= _i('FreshRSS-logo', FreshRSS_Themes::ICON_URL) ?>" alt="FreshRSS" /> + <img class="logo" src="<?= _i('FreshRSS-logo', FreshRSS_Themes::ICON_URL) ?>" alt="FreshRSS" loading="lazy" /> <?php } else { echo FreshRSS_Context::$system_conf->logo_html; @@ -18,7 +18,7 @@ <input type="search" name="search" id="search" class="extend" value="<?= htmlspecialchars(htmlspecialchars_decode(FreshRSS_Context::$search, ENT_QUOTES), ENT_COMPAT, 'UTF-8') ?>" placeholder="<?= _t('gen.menu.search') ?>" /> - + <?php $param_a = Minz_Request::actionName(); ?> <?php if (in_array($param_a, ['normal', 'global', 'reader'])) { ?> <input type="hidden" name="a" value="<?= $param_a ?>" /> @@ -83,7 +83,7 @@ </li> <?php if (FreshRSS_Auth::hasAccess('admin')) { ?> <li class="item dropdown-section"> - <div class="dropdown-section-title"> + <div class="dropdown-section-title"> <?= _t('gen.menu.admin') ?> </div> <ul> @@ -98,7 +98,7 @@ </ul> </li> <?php } ?> - + <li class="item dropdown-section"> <ul> <li class="item"><a href="<?= _url('index', 'logs') ?>"><?= _t('gen.menu.logs') ?></a></li> |
