You are here

function theme_fullcalendar in FullCalendar 7.2

Same name and namespace in other branches
  1. 8 fullcalendar.theme.inc \theme_fullcalendar()
  2. 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']);
}