diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/layout/nav_menu.phtml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app/layout/nav_menu.phtml b/app/layout/nav_menu.phtml index aae02c820..63b032e47 100644 --- a/app/layout/nav_menu.phtml +++ b/app/layout/nav_menu.phtml @@ -1,3 +1,5 @@ +<div id="first_load" class="loading"></div> + <?php $actual_view = Minz_Request::actionName(); flush(); @@ -197,7 +199,7 @@ <?php } ?> </form> </div> - + <?php if (FreshRSS_Context::$order === 'DESC') { $order = 'ASC'; @@ -214,8 +216,9 @@ <a id="toggle-order" class="btn" href="<?= Minz_Url::display($url_order) ?>" title="<?= $title ?>"> <?= _i($icon) ?> </a> - + <?php if (FreshRSS_Auth::hasAccess() || FreshRSS_Context::$system_conf->allow_anonymous_refresh) { ?> <a id="actualize" class="btn" href="<?= _url('feed', 'actualize') ?>" title="<?= _t('gen.action.actualize') ?>"><?= _i('refresh') ?></a> <?php } ?> </div> +<?php flush(); ?> |
