You are here

constant NODEWORDS_TYPE_BLOG in Nodewords: D6 Meta Tags 6

The type of objects to which the meta tags are associated.

2 uses of NODEWORDS_TYPE_BLOG
nodewords_menu in ./nodewords.module
Implements hook_menu().
_nodewords_detect_type_and_id in ./nodewords.module
Try to guess the $type and $id by looking at $_GET['q'].

File

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

Code

define('NODEWORDS_TYPE_BLOG', 13);