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
+1 -1
View File
@@ -4,7 +4,7 @@ if (isset($_GET['new']))
User::add();
}
render_header(_("New user"), true); ?>
Template::render_header(_("New user"), true); ?>
<div class="text-center">
<h2>Add new user</h2>
</div>