nav_entries.phtml 369 B

12345678
  1. <?php
  2. declare(strict_types=1);
  3. ?>
  4. <nav id="nav_entries">
  5. <button class="previous_entry" title="<?= _t('gen.action.nav_buttons.prev') ?>"><?= _i('prev') ?></button>
  6. <button class="up" title="<?= _t('gen.action.nav_buttons.up') ?>"><?= _i('up') ?></button>
  7. <button class="next_entry" title="<?= _t('gen.action.nav_buttons.next') ?>"><?= _i('next') ?></button>
  8. </nav>