function nat_theme in Node Auto Term [NAT] 7.2
Same name and namespace in other branches
- 7 nat.module \nat_theme()
Implements hook_theme().
File
- ./
nat.module, line 101 - NAT - node auto term - is a helper module that automatically creates a term using the same title as a node.
Code
function nat_theme() {
return array(
'nat_table' => array(
'render element' => 'element',
'file' => 'nat.admin.inc',
),
);
}