function shortcut_theme

Implements hook_theme().

File

drupal/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',
    ),
  );
}