summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/center_list_galleries.php2
-rw-r--r--templates/list_galleries.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/center_list_galleries.php b/templates/center_list_galleries.php
index eb0369f..9186c00 100644
--- a/templates/center_list_galleries.php
+++ b/templates/center_list_galleries.php
@@ -25,7 +25,7 @@ if ( !empty( $module_params['sort_mode'] ) ) {
}
$galleryList = $gFisheyeGallery->getList( $listHash );
-$gBitSmarty->assign_by_ref( 'galleryList', $galleryList['data'] );
+$gBitSmarty->assign_by_ref( 'galleryList', $galleryList );
/* Process the input parameters this page accepts */
if (!empty($gQueryUser) && $gQueryUser->isRegistered()) {
diff --git a/templates/list_galleries.tpl b/templates/list_galleries.tpl
index bcaafee..af98aa6 100644
--- a/templates/list_galleries.tpl
+++ b/templates/list_galleries.tpl
@@ -101,7 +101,7 @@
</ul>
<div class="clear"></div>
- {libertypagination page=$curPage numPages=$numPages find=$find}
+ {pagination}
</div> <!-- end .body -->
</div> <!-- end .fisheye -->
{/strip}