| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 <?php 2 // $Id: date-vcalendar.tpl.php,v 1.1.2.5 2010/11/20 13:25:54 karens Exp $ 3 /** 4 * $calname 5 * The name of the calendar. 6 * $events 7 * @see date-vevent.tpl.php. 8 * @see date-valarm.tpl.php. 9 */ 10 ?> 11 BEGIN:VCALENDAR 12 VERSION:2.0 13 METHOD:PUBLISH 14 X-WR-CALNAME: <?php print $calname ?> 15 PRODID:-//Drupal iCal API//EN 16 <?php foreach($events as $event): ?> 17 <?php print theme('date_vevent', $event); ?> 18 <?php endforeach; ?> 19 END:VCALENDAR
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |