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-6.x/includes/pager.inc, line 217
Functions to aid in presenting database results as a set of pages.

Functions

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