function theme_announce_group_label in Spaces 5.2
Same name and namespace in other branches
- 5 spaces_announce/spaces_announce.module \theme_announce_group_label()
1 theme call to theme_announce_group_label()
- spaces_announce_nodeapi in spaces_announce/
spaces_announce.module - Implementation of hook_nodeapi
File
- spaces_announce/
spaces_announce.module, line 368
Code
function theme_announce_group_label($link) {
return "<p class='announcement-label'><strong>" . t('Announcement from ') . $link . "</strong></p>";
}