diff --git a/AGENTS.md b/AGENTS.md index df99184..1e1ed16 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -5,7 +5,7 @@ - Sessie gestart: 16 feb 2026 ## Build & Run -- **Run Server**: `php -S localhost:8080 -t public` +- **Run Server**: `php -S localhost:8080 cms/router.php` (router nodig voor clean URLs) - **Lint PHP**: `find . -name "*.php" -not -path "./vendor/*" -exec php -l {} \;` - **Dependencies**: Composer vereist voor CommonMark. Geen NPM. - **Admin Console**: Toegankelijk op `/admin.php` (standaard login: `admin` / `admin`) diff --git a/admin/templates/layout.php b/admin/templates/layout.php index 148cf9a..b8b6fb5 100644 --- a/admin/templates/layout.php +++ b/admin/templates/layout.php @@ -4,8 +4,8 @@ CodePress Admin - - + + - - + + @@ -37,43 +37,43 @@