X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl.git;a=blobdiff_plain;f=template.php;h=06d02f551279e8cf142de9a2e81f7754b568ca8e;hp=5d35ff7731aa1d095808d03fd33b3fa44789fd8c;hb=15459c86d0996ab3037b1738a8be6efd378c1258;hpb=571c58fff7b139f590b5c4862761092bc1045436 diff --git a/template.php b/template.php index 5d35ff7..06d02f5 100644 --- a/template.php +++ b/template.php @@ -37,9 +37,9 @@ # tem_auto_* function to munge the data, automating certain common use # cases. See the comments on the tem_auto functions for more details. -require_once(__DIR__ . '/encode.php'); -require_once(__DIR__ . '/file.php'); -require_once(__DIR__ . '/misc.php'); +require_once(__DIR__.'/'.'encode.php'); +require_once(__DIR__.'/'.'file.php'); +require_once(__DIR__.'/'.'misc.php'); # Top-Level Functions