You are here

function nodewords_ui_theme in Nodewords: D6 Meta Tags 6.2

Same name and namespace in other branches
  1. 6.3 nodewords_ui/nodewords_ui.module \nodewords_ui_theme()

Implements hook_theme().

File

nodewords_ui/nodewords_ui.module, line 183
Implement the user interface visible to authenticated users.

Code

function nodewords_ui_theme() {
  return array(
    'nodewords_ui_enabled_metatags' => array(
      'arguments' => array(
        'form' => array(),
      ),
    ),
  );
}