You are here

constant NODEWORDS_TYPE_PAGE in Nodewords: D6 Meta Tags 6

Same name and namespace in other branches
  1. 6.3 nodewords.module \NODEWORDS_TYPE_PAGE
  2. 6.2 nodewords.module \NODEWORDS_TYPE_PAGE
13 uses of NODEWORDS_TYPE_PAGE
hook_nodewords_tags_alter in ./nodewords.api.php
The hook is used to alter the metatags content.
nodewords_custom_pages_confirm_delete_submit in ./nodewords.admin.inc
Submit processor for the confirm-delete page.
nodewords_custom_pages_edit in ./nodewords.admin.inc
Edit form for custom pages.
nodewords_custom_pages_edit_submit in ./nodewords.admin.inc
Submission function for the meta tags edit page.
nodewords_delete_tags in ./nodewords.module
Delete tags from table.

... See full list

File

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

Code

define('NODEWORDS_TYPE_PAGE', 10);