change 404 header footer and admin tpl

This commit is contained in:
iBNu Maksum
2025-02-04 09:23:55 +07:00
parent 5a2e75017e
commit 0346a843ea
20 changed files with 1742 additions and 1738 deletions

View File

@ -63,6 +63,6 @@ switch ($do) {
run_hook('view_login'); #HOOK
$csrf_token = Csrf::generateAndStoreToken();
$ui->assign('csrf_token', $csrf_token);
$ui->display('admin-login.tpl');
$ui->display('admin/admin/login.tpl');
break;
}