aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/login_page.php
blob: 338330ebd3f0dfb9259ead388ae06f4a6737a262 (plain)
1
2
3
4
<?php call_template('skeleton', ['pageTitle' => __('login.pageTitle')], function () {
    global $email, $failed;
    call_template('login_form', ['email' => $email, 'failed' => $failed]);
});