Enhanced Theme: Correct app_languages include path.

This commit is contained in:
Nate Jones
2014-12-08 18:32:28 +00:00
parent 8e4120ba8c
commit b3b6dcfb61

View File

@@ -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']];
}