check for 'jump_buttons' in templates/content.php

This commit is contained in:
Eisbehr 2017-05-15 11:09:59 +02:00 committed by GitHub
parent c9a88d7e1f
commit dfcf0ce728
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
<?= $page['content']; ?>
</div>
<?php if (!empty($page['prev']) || !empty($page['next'])) {
<?php if ($params['html']['jump_buttons'] && (!empty($page['prev']) || !empty($page['next']))) {
?>
<nav>
<ul class="Pager">