smk/widesmk themes add paginator top album page

This commit is contained in:
Stian Lund
2024-03-28 16:06:28 +01:00
parent 365b9097cd
commit b0051616b5
2 changed files with 4 additions and 0 deletions

View File

@@ -6,6 +6,8 @@
<div class="g-description"><?= nl2br(html::purify($item->description)) ?></div>
</div>
<?= $theme->paginator() ?>
<ul id="g-album-grid" class="ui-helper-clearfix">
<? if (count($children)): ?>
<? foreach ($children as $i => $child): ?>

View File

@@ -6,6 +6,8 @@
<div class="g-description"><?= nl2br(html::purify($item->description)) ?></div>
</div>
<?= $theme->paginator() ?>
<ul id="g-album-grid" class="ui-helper-clearfix">
<? if (count($children)): ?>
<? foreach ($children as $i => $child): ?>