Set $process_sections to true

This commit is contained in:
slawkens
2025-07-08 09:22:12 +02:00
parent 45d6047031
commit a89f9a8484

View File

@@ -91,7 +91,7 @@ else {
$file = BASE . $template_path . '/layout_config.ini'; $file = BASE . $template_path . '/layout_config.ini';
} }
$template_ini = parse_ini_file($file); $template_ini = parse_ini_file($file, true);
unset($file); unset($file);
if ($cache->enabled()) { if ($cache->enabled()) {