You are here

nodewords_custom.module in Nodewords: D6 Meta Tags 6.3

Allows users to add custom meta tags to Drupal pages.

File

nodewords_custom/nodewords_custom.module
View source
<?php

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

/**
 * @addtogroup nodewords_custom
 * @{
 */

/**
 * Implements hook_nodewords_api().
 */
function nodewords_custom_nodewords_api() {
  return array(
    'version' => '2.11',
  );
}

/**
 * @} End of "addtogroup nodewords_custom".
 */

Functions