You are here

function theme_pagerer_scrollpane in Pagerer 7

This theme displays a scrollpane embedding a full pager.

Page navigation is managed via a javascript.

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

File

./pagerer.module, line 802
Pagerer

Code

function theme_pagerer_scrollpane($variables) {
  return _pagerer_theme_handler('pagerer_scrollpane', $variables);
}