diff --git a/index.php b/index.php index 60f0213..7d519db 100644 --- a/index.php +++ b/index.php @@ -27,6 +27,11 @@ $months = array( 12 => "Decembre" ); +if(isset($_GET['w'])&&is_numeric($_GET['w'])) + $weekOffset = $_GET['w']; +else + $weekOffset = 0; + ?> @@ -105,11 +110,6 @@ $months = array(
expand more -
Exporter en RSS, iCal, WebCal
+
Exporter (iCal)