function shortcut_theme
Implements hook_theme().
File
-
modules/
shortcut/ shortcut.module, line 177
Code
function shortcut_theme() {
return array(
'shortcut_set_customize' => array(
'render element' => 'form',
'file' => 'shortcut.admin.inc',
),
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.