X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=calendar.php;h=0cdeab88eef8d0d04b5a5396905dd4de55ae87d4;hb=c39c09f1cbea5b19fea3b49adbe9b6dc311a1057;hp=2014fcc570af06747a64fd1547da82410faf54f7;hpb=856f805c6cbb6e712c662214f3b5821442f808a0;p=wfpl.git diff --git a/calendar.php b/calendar.php index 2014fcc..0cdeab8 100644 --- a/calendar.php +++ b/calendar.php @@ -21,7 +21,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 +35,7 @@ -require_once('code/wfpl/template.php'); +require_once(__DIR__ . '/template.php'); function calendar_week(&$template) { $template->sub('week');