You are here

function spaces_contacts_help in Spaces 5.2

Same name and namespace in other branches
  1. 5 spaces_contacts/spaces_contacts.module \spaces_contacts_help()

Implementation of hook_help()

File

spaces_contacts/spaces_contacts.module, line 83

Code

function spaces_contacts_help($page) {
  if (context_get('spaces', 'feature') == 'contacts') {
    return "<p>" . t('Contacts shows the team members that are part of this group and any additional contact information if they have provided it.') . "</p>";
  }
}