You are here

function nodewords_help in Nodewords: D6 Meta Tags 5

Same name and namespace in other branches
  1. 6 nodewords.module \nodewords_help()

Implemenation of hook_help().

File

./nodewords.module, line 38
Assign META tags to nodes, vocabularies, terms and pages.

Code

function nodewords_help($section) {
  switch ($section) {
    case 'admin/content/nodewords/frontpage':
      return t('On this page you can enter the meta tags for the front page of your site.');
  }
}