diff options
| author | Jams H Thompson <jht001@users.sourceforge.net> | 2008-02-03 05:43:28 +0000 |
|---|---|---|
| committer | Jams H Thompson <jht001@users.sourceforge.net> | 2008-02-03 05:43:28 +0000 |
| commit | ee678db5049bb6da12f357d742ee52a79e4efbd9 (patch) | |
| tree | f0518a1ba10cfd1069043d0494baf219f5d54829 | |
| parent | 7a5571d627c1eefa97863f4732da41e59cf1375c (diff) | |
| download | newsletters-ee678db5049bb6da12f357d742ee52a79e4efbd9.tar.gz newsletters-ee678db5049bb6da12f357d742ee52a79e4efbd9.tar.bz2 newsletters-ee678db5049bb6da12f357d742ee52a79e4efbd9.zip | |
convert last remaining uses of libertypagination to pagination function
| -rw-r--r-- | templates/list_editions.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/list_editions.tpl b/templates/list_editions.tpl index 23a65b9..51c4557 100644 --- a/templates/list_editions.tpl +++ b/templates/list_editions.tpl @@ -9,7 +9,7 @@ {include file='bitpackage:newsletters/list_editions_inc.tpl'} - {libertypagination page=$curPage numPages=$numPages find=$find} + {pagination page=$curPage numPages=$numPages find=$find} </div> <!-- end .body --> </div> <!-- end .newsletters --> {/strip} |
