You are here

nodewords_basic.module in Nodewords: D6 Meta Tags 6.2

Define basic meta tags for Drupal pages.

File

nodewords_basic/nodewords_basic.module
View source
<?php

/**
 * @file
 * Define basic meta tags for Drupal pages.
 */

/**
 * Implements hook_nodewords_api().
 */
function nodewords_basic_nodewords_api() {
  return array(
    'version' => '1.14',
    'path' => '',
  );
}

Functions