aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/login_page.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/login_page.php')
-rw-r--r--templates/login_page.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/login_page.php b/templates/login_page.php
new file mode 100644
index 0000000..338330e
--- /dev/null
+++ b/templates/login_page.php
@@ -0,0 +1,4 @@
+<?php call_template('skeleton', ['pageTitle' => __('login.pageTitle')], function () {
+ global $email, $failed;
+ call_template('login_form', ['email' => $email, 'failed' => $failed]);
+}); \ No newline at end of file