Extract form CSS into form.css; scope system.css to system.php only

This commit is contained in:
Pontoporeia
2026-04-22 11:18:52 +02:00
parent d82556c596
commit 95bce2bbad
7 changed files with 636 additions and 581 deletions

View File

@@ -27,6 +27,7 @@ try {
}
$isAdmin = true; $bodyClass = 'admin-body';
$extraCss = ['/assets/css/form.css'];
require_once APP_ROOT . '/templates/head.php';
include APP_ROOT . '/templates/header.php';
include APP_ROOT . '/templates/admin/edit.php';