Pager pieces

Use these pieces to construct your own custom pagers in your theme.

Note that you should NOT modify this file to customize your pager.

Functions & methods

NameDescription
theme_pager_firstReturns HTML for the "first page" link in a query pager.
theme_pager_lastReturns HTML for the "last page" link in query pager.
theme_pager_linkReturns HTML for a link to a specific query result page.
theme_pager_nextReturns HTML for the "next page" link in a query pager.
theme_pager_previousReturns HTML for the "previous page" link in a query pager.

drupal/includes/pager.inc, line 431