This commit is contained in:
JoseluCross
2017-10-04 19:18:11 +02:00
parent a5f9c3dc8f
commit 343762d494

View File

@@ -14,7 +14,7 @@ $path = array(
"js" => __DIR__."assets/js/",
"img" => __DIR__."assets/img/",
);
$supported = ksonParse(__DIR__.'data/supported.kson');
$supported = ksonParse('data/supported.kson');
$loader = new Twig_Loader_Filesystem($path['html']);
$twig = new Twig_Environment($loader);
$user = array();