You are here

function node_limit_theme in Node Limit 8

Same name in this branch
  1. 8 node_limit.module \node_limit_theme()
  2. 8 old/node_limit.module \node_limit_theme()
Same name and namespace in other branches
  1. 6 node_limit.module \node_limit_theme()
  2. 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',
    ),
  );
}