You are here

function theme_pagerer_mini in Pagerer 7

This theme displays current page (or item).

Examples:

page 9 out of 955, display 'pages': ----------------------------------------------------------- « < Page 9 of 955 > » -----------------------------------------------------------

page 9 out of 955, total items = 47731, limit = 50, display = 'items': ----------------------------------------------------------- « < Item 401 of 47731 > » -----------------------------------------------------------

1 theme call to theme_pagerer_mini()
pagerer_example_page in ./pagerer_example.module
Build the pagerer example.

File

./pagerer.module, line 784
Pagerer

Code

function theme_pagerer_mini($variables) {
  return _pagerer_theme_handler('pagerer_mini', $variables);
}