@@ -727,7 +727,7 @@ |
||
727 | 727 | $current_file = $file_id ? $base_lang_dir . '/' . $file_id . '/' . ucfirst($context['lang_id']) . '.php' : ''; |
728 | 728 | |
729 | 729 | // Now for every theme get all the files and stick them in context! |
730 | - $context['possible_files'] = array_map(function($file) use ($file_id, $txt) { |
|
730 | + $context['possible_files'] = array_map(function ($file) use ($file_id, $txt) { |
|
731 | 731 | return [ |
732 | 732 | 'id' => strtolower(basename($file, '.php')), |
733 | 733 | 'name' => $txt['lang_file_desc_' . basename($file)] ?? basename($file), |