Tag Definitions %PAGELINK%
Retrieves a link to a list result page
This tag is used with the PAGINATOR tag to display a link to a search results page.
This tag has no attributes.
Example
In this example PAGELINK is used to create the link reference to any of the list pages:
<li><a href="%PAGELINK%">Page: %PAGENR%</a></li>
RENDERED OUTPUT:
<li><a href="page_3.html">Page: 3</a></li>