You are here

constant NODEWORDS_TYPE_NONE in Nodewords: D6 Meta Tags 6

Same name and namespace in other branches
  1. 6.3 nodewords.module \NODEWORDS_TYPE_NONE
  2. 6.2 nodewords.module \NODEWORDS_TYPE_NONE
4 uses of NODEWORDS_TYPE_NONE
nodewords_basic_nodewords_tags_info in nodewords_basic/nodewords_basic.module
Implements hook_nodewords_tags_info().
nodewords_extra_nodewords_tags_output_alter in nodewords_extra/nodewords_extra.module
Implementation of hook_nodewords_tags_output_alter().
nodewords_og_nodewords_tags_info in nodewords_og/nodewords_og.module
Implementation of hook_nodewords_tags_info()
_nodewords_detect_type_and_id in ./nodewords.module
Try to guess the $type and $id by looking at $_GET['q'].

File

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

Code

define('NODEWORDS_TYPE_NONE', 0);