You are here

function nodewords_theme in Nodewords: D6 Meta Tags 6

Implements hook_theme().

File

./nodewords.module, line 666
Implement an API that other modules can use to implement meta tags.

Code

function nodewords_theme() {
  return array(
    'nodewords_custom_pages_overview' => array(
      'arguments' => array(
        'form' => array(),
      ),
      'file' => 'nodewords.admin.inc',
    ),
  );
}