Implement category tree via AJAX to avoid 500 errors on page load
This commit is contained in:
@@ -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 ---
|
||||
|
||||
Reference in New Issue
Block a user