diff options
Diffstat (limited to 'themes/default/views/album.html.php')
| -rw-r--r-- | themes/default/views/album.html.php | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/themes/default/views/album.html.php b/themes/default/views/album.html.php index 0d181536..034c9a9e 100644 --- a/themes/default/views/album.html.php +++ b/themes/default/views/album.html.php @@ -27,10 +27,4 @@ <? endforeach ?> </ul> - <div id="gPagination"> - Items 1-10 of 34 - <span class="first_inactive">first</span> - <span class="previous_inactive">previous</span> - <a href="#" class="next">next</a> - <a href="#" class="last">last</a> - </div> + <?= $theme->pager() ?> |
