oilyflutesalad
2010-01-16 66d94a0790fb96e85debe5809d5ad48f0f27f798
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();
?>
?>