vogelor
2010-05-10 955ace7ba56bb9cd4a325f2713420a4a0bc6c3b5
interface/web/admin/language_edit.php
@@ -74,9 +74,12 @@
if($module == 'global') {
   include(ISPC_LIB_PATH."/lang/$lang_file");
   $file_path = ISPC_LIB_PATH."/lang/$lang_file";
} else {
   include(ISPC_WEB_PATH."/$module/lib/lang/$lang_file");
   $file_path = ISPC_WEB_PATH."/$module/lib/lang/$lang_file";
}
$app->tpl->setVar("file_path", $file_path);
$keyword_list = array();
if(isset($wb) && is_array($wb)) {
@@ -98,4 +101,4 @@
$app->tpl->pparse();
?>
?>