Skip to content
Snippets Groups Projects
Commit d8ff5951 authored by karailiev's avatar karailiev
Browse files

No commit message

No commit message
parent 95049e69
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,7 @@ while ($file = readdir ($handle)) {
if($file == $selected_language.'.lng') {
$language_files_list[] = array( 'module' => 'global',
'lang_file' => $file,
'lang_file_date' => date("Y-m-d H:i:s", filectime(ISPC_ROOT_PATH.'/lib/lang/'.$file)),
'bgcolor' => $bgcolor,
'lang' => $selected_language);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment