function strongarm_theme in Strongarm 6.2
Same name and namespace in other branches
- 6 strongarm.module \strongarm_theme()
- 7.2 strongarm.module \strongarm_theme()
Implementation of hook_theme().
File
- ./
strongarm.module, line 32
Code
function strongarm_theme() {
return array(
'strongarm_admin_form' => array(
'arguments' => array(),
'file' => 'strongarm.admin.inc',
'path' => drupal_get_path('module', 'strongarm'),
),
);
}