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
No known key found for this signature in database
GPG key ID: 7FC82848810579E5
20 changed files with 1742 additions and 1738 deletions

View file

@ -181,5 +181,5 @@ switch ($action) {
echo json_encode(['results' => $json]);
die();
default:
$ui->display('a404.tpl');
$ui->display('admin/404.tpl');
}