You are here

constant NODEWORDS_TYPE_DEFAULT in Nodewords: D6 Meta Tags 6.2

Same name and namespace in other branches
  1. 6.3 nodewords.module \NODEWORDS_TYPE_DEFAULT
  2. 6 nodewords.module \NODEWORDS_TYPE_DEFAULT
11 uses of NODEWORDS_TYPE_DEFAULT
hook_nodewords_tags_info in ./nodewords.api.php
Declares the meta tags implemented by the module.
nodewords_add_tokens_help in ./nodewords.module
Add the tokens help to the form.
nodewords_admin_menu in nodewords_admin/nodewords_admin.module
Implements hook_menu().
nodewords_basic_nodewords_tags_info in nodewords_basic/includes/nodewords_basic.nodewords.hooks.inc
Implements hook_nodewords_tags_info().
nodewords_detect_type_id in ./nodewords.module
Try to guess the type and the ID associated with the viewed page.

... See full list

File

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

Code

define('NODEWORDS_TYPE_DEFAULT', 1);