You are here

constant NODEWORDS_TYPE_DEFAULT in Nodewords: D6 Meta Tags 6

Same name and namespace in other branches
  1. 6.3 nodewords.module \NODEWORDS_TYPE_DEFAULT
  2. 6.2 nodewords.module \NODEWORDS_TYPE_DEFAULT
24 uses of NODEWORDS_TYPE_DEFAULT
hook_nodewords_tags_info in ./nodewords.api.php
This hook declares the meta tags implemented by the module.
nodewords_basic_abstract_form in nodewords_basic/nodewords_basic.module
Set the form fields used to implement the options for the meta tag.
nodewords_basic_author_form in nodewords_basic/nodewords_basic.module
Set the form fields used to implement the options for the meta tag.
nodewords_basic_description_form in nodewords_basic/nodewords_basic.module
Set the form fields used to implement the options for the meta tag.
nodewords_basic_keywords_form in nodewords_basic/nodewords_basic.module
Set the form fields used to implement the options for the meta tag.

... See full list

File

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

Code

define('NODEWORDS_TYPE_DEFAULT', 1);