Pager pieces

  1. 7.x drupal-7.x/includes/pager.inc pagerpieces
  2. 6.x drupal-6.x/includes/pager.inc pagerpieces

Theme functions for customizing pager elements.

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

File

drupal-7.x/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-7.x/includes/pager.inc Returns HTML for the "first page" link in a query pager.
theme_pager_last drupal-7.x/includes/pager.inc Returns HTML for the "last page" link in query pager.
theme_pager_link drupal-7.x/includes/pager.inc Returns HTML for a link to a specific query result page.
theme_pager_next drupal-7.x/includes/pager.inc Returns HTML for the "next page" link in a query pager.
theme_pager_previous drupal-7.x/includes/pager.inc Returns HTML for the "previous page" link in a query pager.