Closed (fixed)
Project:
Pagination (Node)
Version:
6.x-1.3
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2009 at 19:00 UTC
Updated:
10 May 2009 at 21:22 UTC
Is there a possibility to fetch the pagination values in contemplate?
Case: I want to get the number of pages an article has, and the actual page a user is on (could be done via $_GET["page"]). By this I could style the outpot based on if its the last page of the article or not.
Comments
Comment #1
mundanity commentedHi there,
Definitely possible. Are you just looking for a variable in the template file essentially? (like
$total_pagesor similar?)Comment #2
mundanity commentedComment #3
mundanity commented