瀏覽代碼

Enhanced Theme: Correct app_languages include path.

Nate Jones 10 年之前
父節點
當前提交
36202f98da
共有 1 個文件被更改,包括 1 次插入1 次删除
  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']];
 	}