show all quests button design
This commit is contained in:
parent
735bc02e1f
commit
eb96edffc4
1 changed files with 5 additions and 1 deletions
|
|
@ -76,5 +76,9 @@
|
||||||
<?php endforeach ?>
|
<?php endforeach ?>
|
||||||
</ul>
|
</ul>
|
||||||
<?php if(!is_null($limit)) : ?>
|
<?php if(!is_null($limit)) : ?>
|
||||||
<p><a href="<?=$linker->link('all',3)?>"><?=_('Show all')?></a></p>
|
<nav class="admin">
|
||||||
|
<li>
|
||||||
|
<a href="<?=$linker->link('all',3)?>"><?=_('Show all')?></a>
|
||||||
|
</li>
|
||||||
|
</nav>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue