check for 'jump_buttons' in templates/content.php
This commit is contained in:
parent
c9a88d7e1f
commit
dfcf0ce728
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user