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(_("Lost password"));
Template::render_header(_("Lost password"));
?>
<div class="text-center">
<h1><?php echo _("Lost password");?></h1>
@@ -69,4 +69,4 @@ render_header(_("Lost password"));
<?php }?>
</div>
<?php
render_footer();
Template::render_footer();