function theme_pagerer_standard in Pagerer 7
This theme is alike standard Drupal pager theme.
Provides links to the 'neigborhood' of current page, plus first/previous/ next/last page. Extended control on the pager is available through pagerer's specific $variables.
2 theme calls to theme_pagerer_standard()
- pagerer_example_page in ./
pagerer_example.module - Build the pagerer example.
- _pagerer_itemize_js_element in ./
pagerer.module - Return HTML to an active js element for page navigation.
File
- ./
pagerer.module, line 667 - Pagerer
Code
function theme_pagerer_standard($variables) {
return _pagerer_theme_handler('pagerer_standard', $variables);
}