From 6f1af4f1ab6acec411e78044d2bd8cdbdbfe712a Mon Sep 17 00:00:00 2001 From: Nate Jones Date: Tue, 9 Dec 2014 04:59:28 +0000 Subject: [PATCH] Enhanced Theme: Remove redundant app_languages include (fixes issue with Domain Selector). --- themes/enhanced/template.php | 7 ------- 1 file changed, 7 deletions(-) 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']]; - } - ?>