mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-13 17:24:54 +02:00
Set $process_sections to true
This commit is contained in:
@@ -91,7 +91,7 @@ else {
|
||||
$file = BASE . $template_path . '/layout_config.ini';
|
||||
}
|
||||
|
||||
$template_ini = parse_ini_file($file);
|
||||
$template_ini = parse_ini_file($file, true);
|
||||
unset($file);
|
||||
|
||||
if ($cache->enabled()) {
|
||||
|
Reference in New Issue
Block a user