Pager pieces

Theme functions for customizing pager elements.

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

File

drupal/includes/pager.inc, line 430
Functions to aid in presenting database results as a set of pages.

Functions

Namesort descending Location Description
theme_pager_first drupal/includes/pager.inc Returns HTML for the "first page" link in a query pager.
theme_pager_last drupal/includes/pager.inc Returns HTML for the "last page" link in query pager.
theme_pager_link drupal/includes/pager.inc Returns HTML for a link to a specific query result page.
theme_pager_next drupal/includes/pager.inc Returns HTML for the "next page" link in a query pager.
theme_pager_previous drupal/includes/pager.inc Returns HTML for the "previous page" link in a query pager.