moglia
2010-02-16 b0006c47e8b2c429f36e6433d96a20207d313b7f
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();
?>
?>