mirror of
https://github.com/Pathduck/gallery3-themes-modules.git
synced 2026-04-14 19:39:06 -04:00
smk/widesmk themes add paginator top album page
This commit is contained in:
@@ -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): ?>
|
||||
|
||||
@@ -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): ?>
|
||||
|
||||
Reference in New Issue
Block a user