shortcut_theme

7 shortcut.module shortcut_theme()
8 shortcut.module shortcut_theme()

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',
    ),
  );
}
Login or register to post comments