function shortcut_theme in Drupal 7
Implements hook_theme().
File
- modules/
shortcut/ shortcut.module, line 177 - Allows users to manage customizable lists of shortcut links.
Code
function shortcut_theme() {
return array(
'shortcut_set_customize' => array(
'render element' => 'form',
'file' => 'shortcut.admin.inc',
),
);
}