function theme_fullcalendar in FullCalendar 7.2
Same name and namespace in other branches
- 8 fullcalendar.theme.inc \theme_fullcalendar()
- 8.3 fullcalendar.theme.inc \theme_fullcalendar()
Render the FullCalendar.
File
- theme/
theme.inc, line 76 - Preprocess functions for FullCalendar.
Code
function theme_fullcalendar($variables) {
return drupal_render($variables['element']);
}