You are here

function key_theme in Key 7.3

Same name and namespace in other branches
  1. 7.2 key.module \key_theme()

Implements hook_theme().

File

./key.module, line 74
Main Key functionality and hook implementations.

Code

function key_theme() {
  return array(
    'key_configs_list_description' => array(
      'variables' => array(
        'label' => NULL,
        'id' => NULL,
        'description' => NULL,
      ),
      'file' => 'includes/key.admin.inc',
    ),
  );
}