mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Enhanced Theme: Correct app_languages include path.
This commit is contained in:
@@ -1097,7 +1097,7 @@ legend {
|
||||
|
||||
<?php
|
||||
//add multi-lingual support
|
||||
require_once "themes/minimized/app_languages.php";
|
||||
require_once "themes/enhanced/app_languages.php";
|
||||
foreach($text as $key => $value) {
|
||||
$text[$key] = $value[$_SESSION['domain']['language']['code']];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user