You are here

function smart_paging_theme in Smart Paging 7.2

Same name and namespace in other branches
  1. 7 smart_paging.module \smart_paging_theme()

Implements hook_theme().

File

./smart_paging.module, line 1530
Provides smart paging capability to Drupal contents.

Code

function smart_paging_theme($existing, $type, $theme, $path) {
  return array(
    'smart_paging_page_title_suffix' => array(
      'render element' => 'page',
    ),
  );
}