|
@@ -36,11 +36,8 @@ else {
|
|
|
}
|
|
|
|
|
|
//add multi-lingual support
|
|
|
- require_once "app_languages.php";
|
|
|
- foreach($text as $key => $value) {
|
|
|
- $text[$key] = $value[$_SESSION['domain']['language']['code']];
|
|
|
- }
|
|
|
-
|
|
|
+ $language = new text;
|
|
|
+ $text = $language->get();
|
|
|
|
|
|
//get the html values and set them as variables
|
|
|
if (count($_POST)>0) {
|