[ "help" => "ayuda", "activities" => "actividades", "blog" => "blog", "us" => "nosotros", "gallery" => "galeria", "photo" => "foto", "festivals" => "fiestas" ], "en" => [ "help" => "help", "activities" => "activities", "blog" => "blog", "us" => "us", "gallery" => "gallery", "photo" => "photo", "festivals" => "festivals" ], "eu" => [ "help" => "laguntza", "activities" => "aktibitateak", "blog" => "blog", "us" => "gu", "gallery" => "argaskinak", "photo" => "argaskia", "festivals" => "jaiak" ] ]; /** * Static url, absolute, language independant. */ $static = [ "layout" => $static_url . "/img/layout/", "content" => $static_url . "/img/content/", "fonts" => $static_url . "/fonts/", "css" => $static_url . "/css/", "script" => $static_url . "/script/", ]; /** * Server document root. */ $base_dir = $_SERVER["DOCUMENT_ROOT"]; /** * Paths within the server. */ $path = [ "application" => $base_dir . "/../application/", "controller" => $base_dir . "/../application/Controller.php", "entity" => $base_dir . "/../application/entity/", "page" => $base_dir . "/../application/page/", "util" => $base_dir . "/../application/util/", "template" => $base_dir . "/../application/template/", "include" => $base_dir . "/../application/template/include/", "string" => $base_dir . "/../application/template/string/" ]; require_once(__DIR__ . "/data.php"); ?>