diff --git a/themes/enhanced/template.php b/themes/enhanced/template.php index 0fe55a0691..39c4a5957f 100644 --- a/themes/enhanced/template.php +++ b/themes/enhanced/template.php @@ -1126,13 +1126,6 @@ if (strlen($_SESSION['message']) > 0) { 0 && permission_exists("domain_select") && count($_SESSION['domains']) > 1) { - - //add multi-lingual support - require_once "themes/enhanced/app_languages.php"; - foreach($text as $key => $value) { - $text[$key] = $value[$_SESSION['domain']['language']['code']]; - } - ?>