consolidate admin/public templates: common.css base in admin, nav partial, remove duplicate CSS

This commit is contained in:
Pontoporeia
2026-03-31 21:32:40 +02:00
parent f3f1e0e5fc
commit 3a42838cec
5 changed files with 34 additions and 80 deletions

View File

@@ -11,3 +11,4 @@
- [x] Fix CSV import: imported theses not visible on public site (is_published defaulted to 0, access_type_id never set)
- [x] Fix DB routing: local dev (php -S) auto-uses test.db, production (nginx/fpm) uses posterg.db — no env var needed
- [x] migrate.sh auto-initialises DB from schema when absent/empty; existing DBs untouched
- [x] Consolidate admin/public templates: shared head.php, admin/nav.php partial, common.css loaded first in admin, removed duplicate a11y CSS