You are here

constant NODEWORDS_TYPE_FRONTPAGE in Nodewords: D6 Meta Tags 6

Same name and namespace in other branches
  1. 6.2 nodewords.module \NODEWORDS_TYPE_FRONTPAGE
4 uses of NODEWORDS_TYPE_FRONTPAGE
nodewords_menu in ./nodewords.module
Implements hook_menu().
nodewords_update_6160 in ./nodewords.install
Implements hook_update_N().
_nodewords_detect_type_and_id in ./nodewords.module
Try to guess the $type and $id by looking at $_GET['q'].
_nodewords_prepare_path in ./nodewords.module
Provide a complete path for the current URL, optionally using a value manually assigned via a form.

File

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

Code

define('NODEWORDS_TYPE_FRONTPAGE', 3);