You are here

function tagadelic_help in Tagadelic 7

Same name and namespace in other branches
  1. 5 tagadelic.module \tagadelic_help()
  2. 6 tagadelic.module \tagadelic_help()

Implements hook_help().

File

./tagadelic.module, line 5

Code

function tagadelic_help($path, $arg) {
  switch ($path) {
    case 'admin/help#tagadelic':
      return t('Tagadelic offers dynamic urls. <br/>Visit example.com/tagadelic/list/2,1,5 to get the vocabularies 2,1 and 5 listed as tag groups. <br/>Visit example.com/tagadelic/chunk/2,1,5 to get a tag cloud of the terms in the vocabularies 2,1 and 5.<br/> Note that we limit to five vocabularies.');
  }
}