mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2026-06-03 06:34:40 -04:00
Objectify locale negotiator and template files, add documentation
This commit is contained in:
@@ -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();
|
||||
Reference in New Issue
Block a user