function tagadelic_help in Tagadelic 5
Same name and namespace in other branches
- 6 tagadelic.module \tagadelic_help()
- 7 tagadelic.module \tagadelic_help()
Implementation of hook_help
File
- ./
tagadelic.module, line 6
Code
function tagadelic_help($section) {
switch ($section) {
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.');
}
}