function template_preprocess_date_ical_vevent in Date iCal 7
Default theme function for all iCal rows.
File
- theme/
theme.inc, line 45  - Theme files for Date iCal.
 
Code
function template_preprocess_date_ical_vevent(&$variables) {
  $view =& $variables['view'];
  $options =& $variables['options'];
  $item =& $variables['row'];
}