You are here

function quick_list_theme in Util 7

Implements hook_theme().

File

contribs/quick_list/quick_list.module, line 40
Provides a debugging summary of modules that are enabled.

Code

function quick_list_theme() {
  return array(
    'list_table' => array(
      'variables' => array(),
    ),
  );
}