function tagcloudss_help in TagCloud 7
Implements hook_help().
File
- ./
tagclouds.module, line 5
Code
function tagcloudss_help($path, $arg) {
switch ($path) {
case 'admin/help#tagcloudss':
return t('Tagclouds offers dynamic urls. <br/>Visit example.com/tagclouds/list/2,1,5 to get the vocabularies 2,1 and 5 listed as tag groups. <br/>Visit example.com/tagclouds/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.');
}
}