You are here

function theme_announce_group_label in Spaces 5

Same name and namespace in other branches
  1. 5.2 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 364

Code

function theme_announce_group_label($link) {
  return "<p class='announcement-label'><strong>" . t('Announcement from ') . $link . "</strong></p>";
}