You are here

function views_showcase_theme in Views Showcase 7

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

Implementation of hook_theme().

File

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

Code

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