You are here

constant NODEWORDS_META in Nodewords: D6 Meta Tags 6

Same name and namespace in other branches
  1. 6.3 nodewords.module \NODEWORDS_META
  2. 6.2 nodewords.module \NODEWORDS_META

The types of meta tags the module is able to handle.

4 uses of NODEWORDS_META
hook_nodewords_tags_info in ./nodewords.api.php
This hook declares the meta tags implemented by the module.
nodewords_basic_nodewords_tags_info in nodewords_basic/nodewords_basic.module
Implements hook_nodewords_tags_info().
nodewords_extra_nodewords_tags_info in nodewords_extra/nodewords_extra.module
Implements hook_nodewords_tags_info().
_nodewords_output_tags in ./nodewords.module
Render the meta tag values as HTML.

File

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

Code

define('NODEWORDS_META', 0);