You are here

function views_showcase_theme in Views Showcase 6.2

Same name and namespace in other branches
  1. 7 views_showcase.module \views_showcase_theme()

Implementation of hook_theme().

File

./views_showcase.module, line 167
The implementation of Views Showcase module.

Code

function views_showcase_theme() {
  return array(
    'views_showcase_checkbox_table' => array(
      'arguments' => array(
        'element' => NULL,
      ),
    ),
  );
}