You are here

function jcalendar_theme in Calendar 6.2

Implementation of hook_theme().

File

jcalendar/jcalendar.module, line 81
jQuery Calendar UI features.

Code

function jcalendar_theme() {
  return array(
    'jcalendar_view' => array(
      'arguments' => array(
        'node' => NULL,
      ),
    ),
  );
}