diff --git a/Source/src/app.php b/Source/src/app.php index dc9acd2..4047661 100644 --- a/Source/src/app.php +++ b/Source/src/app.php @@ -10,9 +10,9 @@ require 'users.php'; $path = array( "html" => "assets/html/", - "css" => __DIR__."assets/css/", - "js" => __DIR__."assets/js/", - "img" => __DIR__."assets/img/", + "css" => "assets/css/", + "js" => "assets/js/", + "img" => "assets/img/", ); $supported = ksonParse('data/supported.kson'); $loader = new Twig_Loader_Filesystem($path['html']);