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 -2
View File
@@ -1,5 +1,5 @@
<?php
render_header(_("Login"));
Template::render_header(_("Login"));
?>
<div class="text-center">
<h1><?php echo _("Login");?></h1>
@@ -29,4 +29,4 @@ render_header(_("Login"));
</form>
</div>
<?php
render_footer();
Template::render_footer();