Implement category tree via AJAX to avoid 500 errors on page load

This commit is contained in:
2025-11-12 08:47:52 +01:00
parent 953f831ab9
commit deb27490c2
5 changed files with 78 additions and 1 deletions

View File

@@ -19,7 +19,6 @@ $loader = new \Twig\Loader\FilesystemLoader(__DIR__ . '/templates');
$twig = new \Twig\Environment($loader, [
// 'cache' => __DIR__ . '/cache/twig', // Uncomment for production
'debug' => true,
'max_recursion' => 100,
]);
// --- Translation Setup ---