function key_theme in Key 7.2
Same name and namespace in other branches
- 7.3 key.module \key_theme()
Implements hook_theme().
File
- ./
key.module, line 72 - Provides the ability to manage keys, which can be used by other modules.
Code
function key_theme() {
return array(
'key_configs_list_description' => array(
'variables' => array(
'label' => NULL,
'name' => NULL,
'description' => NULL,
),
'file' => 'includes/key.admin.inc',
),
);
}