X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl.git;a=blobdiff_plain;f=calendar.php;h=fff508c7dbab9e85c10c1797dc74424c5d81c4c5;hp=2014fcc570af06747a64fd1547da82410faf54f7;hb=HEAD;hpb=856f805c6cbb6e712c662214f3b5821442f808a0 diff --git a/calendar.php b/calendar.php index 2014fcc..fff508c 100644 --- a/calendar.php +++ b/calendar.php @@ -1,19 +1,9 @@ . +# This program is in the public domain within the United States. Additionally, +# we waive copyright and related rights in the work worldwide through the CC0 +# 1.0 Universal public domain dedication, which can be found at +# http://creativecommons.org/publicdomain/zero/1.0/ @@ -21,7 +11,7 @@ # # December 2006 # Sun Mon Tue Wed Thu Fri Sat -# 1 2 +# 1 2 # 3 4 5 6 7 8 9 # 10 11 12 13 14 15 16 # 17 18 19 20 21 22 23 @@ -35,7 +25,7 @@ -require_once('code/wfpl/template.php'); +require_once(__DIR__.'/'.'template.php'); function calendar_week(&$template) { $template->sub('week'); @@ -107,5 +97,3 @@ function calendar($year, $month, $events = 0, $template = 0) { calendar_week($template); } } - -?>