You are here

nodewords_basic.module in Nodewords: D6 Meta Tags 6.3

Allows users to add basic meta tags to Drupal pages.

File

nodewords_basic/nodewords_basic.module
View source
<?php

/**
 * @file
 * Allows users to add basic meta tags to Drupal pages.
 */

/**
 * Implements hook_metatags_api().
 */
function nodewords_basic_metatags_api() {
  return array(
    'version' => '2.16',
    'path' => '',
  );
}

Functions