mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2026-06-04 07:04:41 -04:00
variable id inserted, css recreated(sass)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<?php
|
||||
Template::render_header(_("Login"));
|
||||
Template::render_header(_("Login"), "login");
|
||||
?>
|
||||
<div class="text-center">
|
||||
<h1><?php echo _("Login"); ?></h1>
|
||||
</div>
|
||||
<div id="login-form" class="center">
|
||||
<div class="wrapper">
|
||||
<?php if (isset($message)) { ?>
|
||||
<p class="alert alert-danger"><?php echo $message ?></p>
|
||||
<?php } else { ?>
|
||||
|
||||
Reference in New Issue
Block a user