function og_activity_token_list in Heartbeat 6.3
Same name and namespace in other branches
- 6.4 modules/og_activity/og_activity.module \og_activity_token_list()
File
- modules/
og_activity/ og_activity.module, line 99
Code
function og_activity_token_list($type = 'all') {
//dsm($type);
if ($type == 'node' || $type == 'all') {
$tokens['node']['ogname-title-link'] = t('title of top group with a link to it.');
return $tokens;
}
}