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

@ -70,5 +70,5 @@ switch ($action) {
}
break;
default:
$ui->display('a404.tpl');
$ui->display('admin/404.tpl');
}