Function printPageNav
Prints a page navigation including previous and next page links
string |
$prevtext |
Insert here the linktext like 'previous page' |
string |
$separator |
Insert here what you like to be shown between the prev and next links |
string |
$nexttext |
Insert here the linktext like "next page" |
string |
$class = 'pagenav' |
Insert here the CSS-class name you want to style the link with (default is "pagelist") |
string |
$id = NULL |
Insert here the CSS-ID name if you want to style the link with this |