Hi,
i would like to use the calendarscript with an ssi-include..
which worked perfect..till now..
This is my include:
code:
calendar.pl?template=ssi.html&duration=4w"
ok..
this is my ssi.html-template:
code:
<!--#include file="preferences.pl"-->
<%
&getEvents( {'duration'=>$in{duration}} );
$DAY = $Grid->{'grid'}->
Ok..
until now, everything worked fine..
but now, as the new year is nearby, the year displayed at the january-dates is also 2006 and not 2007, as thy should be..
any ideas how to solve this?
Thanks in advance..
Matze