diff options
| author | Jams H Thompson <jht001@users.sourceforge.net> | 2008-02-03 05:43:29 +0000 |
|---|---|---|
| committer | Jams H Thompson <jht001@users.sourceforge.net> | 2008-02-03 05:43:29 +0000 |
| commit | ad0400041bf27b0597837e386a942f2eba5df587 (patch) | |
| tree | e0d1fd06341a133b59785ce009c98872ad4933e9 /templates | |
| parent | 29122f5cfcbc667b2be0e0b4ac2ebc4ef57da02e (diff) | |
| download | fisheye-ad0400041bf27b0597837e386a942f2eba5df587.tar.gz fisheye-ad0400041bf27b0597837e386a942f2eba5df587.tar.bz2 fisheye-ad0400041bf27b0597837e386a942f2eba5df587.zip | |
convert last remaining uses of libertypagination to pagination function
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/view_gallery.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/view_gallery.tpl b/templates/view_gallery.tpl index 57aec85..dcbacc4 100644 --- a/templates/view_gallery.tpl +++ b/templates/view_gallery.tpl @@ -33,7 +33,7 @@ {*include file="bitpackage:fisheye/view_gallery_files_inc.tpl"*} </div> <!-- end .body --> - {libertypagination numPages=$gContent->mInfo.num_pages gallery_id=$gContent->mGalleryId gallery_path=$gContent->mGalleryPath page=$pageCount} + {pagination numPages=$gContent->mInfo.num_pages gallery_id=$gContent->mGalleryId gallery_path=$gContent->mGalleryPath page=$pageCount} {include file="bitpackage:liberty/services_inc.tpl" serviceLocation='view' serviceHash=$gContent->mInfo} |
