function date_ical_theme in Date iCal 7.3
Same name and namespace in other branches
- 7 date_ical.module \date_ical_theme()
- 7.2 date_ical.module \date_ical_theme()
Implements hook_theme().
File
- ./
date_ical.module, line 73 - Adds ical functionality to Views, and an iCal parser to Feeds.
Code
function date_ical_theme($existing, $type, $theme, $path) {
return array(
'date_ical_icon' => array(
'variables' => array(
'url' => NULL,
'tooltip' => NULL,
),
),
);
}