Objectify locale negotiator and template files, add documentation

This commit is contained in:
Vojtěch Sajdl
2018-01-07 20:39:10 +01:00
parent 9820686776
commit 61f563c9b0
20 changed files with 440 additions and 230 deletions
+2 -3
View File
@@ -2,8 +2,7 @@
session_start();
require("../config.php");
require("../classes/constellation.php");
require("../header.php");
require("../footer.php");
require("../template.php");
if(isset($_COOKIE['user'])&&!isset($_SESSION['user']))
{
@@ -66,5 +65,5 @@ else
break;
}
render_footer(true);
Template::render_footer(true);
}