function spaces_calendar_help in Spaces 5
Same name and namespace in other branches
- 5.2 spaces_calendar/spaces_calendar.module \spaces_calendar_help()
Implementation of hook_help()
File
- spaces_calendar/
spaces_calendar.module, line 33
Code
function spaces_calendar_help($page) {
if (context_get('spaces', 'feature') == 'calendar') {
return "<p>" . t('The calendar displays all events in this group. You can add events directly to the calendar or aggregate additional items using iCal feeds.') . "</p>";
}
}