Browse Source

Enhanced Theme: Correct app_languages include path.

Nate Jones 10 years ago
parent
commit
4c728454a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      themes/enhanced/template.php

+ 1 - 1
themes/enhanced/template.php

@@ -1097,7 +1097,7 @@ legend {
 
 
 <?php
 <?php
 //add multi-lingual support
 //add multi-lingual support
-	require_once "themes/minimized/app_languages.php";
+	require_once "themes/enhanced/app_languages.php";
 	foreach($text as $key => $value) {
 	foreach($text as $key => $value) {
 		$text[$key] = $value[$_SESSION['domain']['language']['code']];
 		$text[$key] = $value[$_SESSION['domain']['language']['code']];
 	}
 	}