Merge branch 'platal-0.9.16'
[platal.git] / templates / carnet / calendar.tpl
index c477d5c..73dec2e 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}\r
 {*                                                                        *}\r
-{*  Copyright (C) 2003-2007 Polytechnique.org                             *}\r
+{*  Copyright (C) 2003-2008 Polytechnique.org                             *}\r
 {*  http://opensource.polytechnique.org/                                  *}\r
 {*                                                                        *}\r
 {*  This program is free software; you can redistribute it and/or modify  *}\r
@@ -31,10 +31,10 @@ BEGIN:VEVENT
 DTSTAMP:{$e.timestamp|date_format:"%Y%m%dT%H%M%SZ"}\r
 DTSTART;VALUE=DATE:{$e.date}\r
 DTEND;VALUE=DATE:{$e.tomorrow}\r
-UID:anniv-{$e.date}-{$e.forlife}@polytechnique.org\r
+UID:anniv-{$e.date}-{$e.forlife}@{#globals.mail.domain#}\r
 RRULE:FREQ=YEARLY;INTERVAL=1\r
 CLASS:PUBLIC\r
 {display_ical name="summary" value=$e.summary}\r
 END:VEVENT\r
 {/foreach}\r
-END:VCALENDAR
\ No newline at end of file
+END:VCALENDAR{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}