Pager pieces
Same name and namespace in other branches
- 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.
Archivo
- drupal-7.x/
includes/ pager.inc, line 430 - Functions to aid in presenting database results as a set of pages.
Functions
|
Nombre |
Ubicación | Descripción |
|---|---|---|
| theme_pager_first |
drupal-7.x/ |
Returns HTML for the "first page" link in a query pager. |
| theme_pager_last |
drupal-7.x/ |
Returns HTML for the "last page" link in query pager. |
| theme_pager_link |
drupal-7.x/ |
Returns HTML for a link to a specific query result page. |
| theme_pager_next |
drupal-7.x/ |
Returns HTML for the "next page" link in a query pager. |
| theme_pager_previous |
drupal-7.x/ |
Returns HTML for the "previous page" link in a query pager. |