Add auto refresh form to the navigation part

refs #7945
This commit is contained in:
Alexander Fuhr 2015-02-16 12:04:54 +01:00
parent 7be134a774
commit 28a8af1933
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ if (! $this->auth()->isAuthenticated()) {
<li>
<a tabindex="0" href="#main"><?= t('Skip to Content'); ?></a>
</li>
<li>
<?= $this->layout()->autoRefreshForm ?>
</li>
</ul>
</div>
<div id="menu" data-last-update="<?= (time() - 14) ?>000" data-base-target="_main" class="container"