function theme_fullcalendar_event in FullCalendar 7.2
Same name and namespace in other branches
- 8 fullcalendar.theme.inc \theme_fullcalendar_event()
- 8.3 fullcalendar.theme.inc \theme_fullcalendar_event()
Render the event.
1 theme call to theme_fullcalendar_event()
- fullcalendar_prepare_events in theme/
theme.inc - Build a render array representing the events.
File
- theme/
theme.inc, line 113 - Preprocess functions for FullCalendar.
Code
function theme_fullcalendar_event($variables) {
return drupal_render($variables['element']);
}