JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fix require_once paths
[wfpl.git] / calendar.php
index c7f51ab..0cdeab8 100644 (file)
@@ -35,7 +35,7 @@
 
 
 
-require_once('code/wfpl/template.php');
+require_once(__DIR__ . '/template.php');
 
 function calendar_week(&$template) {
        $template->sub('week');