function node_limit_theme in Node Limit 8
Same name in this branch
- 8 node_limit.module \node_limit_theme()
 - 8 old/node_limit.module \node_limit_theme()
 
Same name and namespace in other branches
- 6 node_limit.module \node_limit_theme()
 - 7 node_limit.module \node_limit_theme()
 
Implements hook_theme().
Register the two forms that require custom rendering.
File
- old/
node_limit.module, line 173  
Code
function node_limit_theme() {
  return array(
    'node_limit_list_limits' => array(
      'render element' => 'form',
    ),
  );
}