aboutsummaryrefslogtreecommitdiffstats
path: root/year.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-23 06:39:06 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-23 06:39:06 +0000
commit609650a5e790ecd6c1107a8a8924936284a9c010 (patch)
tree7814f132e9ad6343ddbe0ab41aab4d845425e9ba /year.php
parent626ad791d35bfaba4678f54c144e321f0fc8f23c (diff)
downloadphpicalendar-609650a5e790ecd6c1107a8a8924936284a9c010.tar.gz
phpicalendar-609650a5e790ecd6c1107a8a8924936284a9c010.tar.bz2
phpicalendar-609650a5e790ecd6c1107a8a8924936284a9c010.zip
Added BASE to files, started 0.8 README
Diffstat (limited to 'year.php')
-rw-r--r--year.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/year.php b/year.php
index 56ce445..9c14d3e 100644
--- a/year.php
+++ b/year.php
@@ -1,6 +1,7 @@
<?php
$current_view = 'year';
-include('./functions/ical_parser.php');
+define('BASE', './');
+include(BASE.'functions/ical_parser.php');
ereg ("([0-9]{4})([0-9]{2})([0-9]{2})", $getdate, $day_array2);
$this_day = $day_array2[3];

© 2014-2024 Faster IT GmbH | imprint | privacy policy