X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=template.php;h=5d35ff7731aa1d095808d03fd33b3fa44789fd8c;hb=571c58fff7b139f590b5c4862761092bc1045436;hp=8e0028bfa4e9937d96c91f3568e404a9289cffc1;hpb=6f87f35266423cf9292fa3d456821413a313e188;p=wfpl.git diff --git a/template.php b/template.php index 8e0028b..5d35ff7 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('code/wfpl/encode.php'); -require_once('code/wfpl/file.php'); -require_once('code/wfpl/misc.php'); +require_once(__DIR__ . '/encode.php'); +require_once(__DIR__ . '/file.php'); +require_once(__DIR__ . '/misc.php'); # Top-Level Functions