<?php
// $Id: nodewords_basic.module,v 1.1.2.77 2010/04/18 14:16:48 kiam Exp $

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

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