You are here

function nodereferrer_help in NodeReferrer 6

Same name and namespace in other branches
  1. 5 nodereferrer.module \nodereferrer_help()
  2. 7 nodereferrer.module \nodereferrer_help()

Implementation of hook_help().

File

./nodereferrer.module, line 17
Defines a field type for backlinking referencing nodes.

Code

function nodereferrer_help($path, $arg) {
  switch ($path) {
    case 'admin/modules#description':
      return t('<strong>CCK:</strong> Defines a field type for displaying referrers to a node. <em>Note: Requires content.module.</em>');
  }
}