Explorar o código

Enhanced Theme: Correct app_languages include path.

Nate Jones %!s(int64=10) %!d(string=hai) anos
pai
achega
36202f98da
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      themes/enhanced/template.php

+ 1 - 1
themes/enhanced/template.php

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