X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=template.php;h=5d35ff7731aa1d095808d03fd33b3fa44789fd8c;hb=47d8b4705be324d466c0c4d12c5f808f0a02d09b;hp=8e0028bfa4e9937d96c91f3568e404a9289cffc1;hpb=13cee08524dc328f40f089631ef9efa1fc13e251;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