File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 7474
7575if ($ module == 'global ' ) {
7676 include (ISPC_LIB_PATH ."/lang/ $ lang_file " );
77+ $ file_path = ISPC_LIB_PATH ."/lang/ $ lang_file " ;
7778} else {
7879 include (ISPC_WEB_PATH ."/ $ module/lib/lang/ $ lang_file " );
80+ $ file_path = ISPC_LIB_PATH ."/ $ module/lib/lang/ $ lang_file " ;
7981}
82+ $ app ->tpl ->setVar ("file_path " , $ file_path );
8083
8184$ keyword_list = array ();
8285if (isset ($ wb ) && is_array ($ wb )) {
98101$ app ->tpl ->pparse ();
99102
100103
101- ?>
104+ ?>
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
77 </ tmpl _if>
88
99 < div class ="pnl_formsarea ">
10- < fieldset id ="wf_area_language_edit "> < legend > Language Edit</ legend >
10+ < fieldset id ="wf_area_language_edit "> < legend > Language File Edit: {tmpl_var name="file_path"} </ legend >
1111 < span class ="wf_oneField ">
1212 < tmpl _loop name ="records ">
1313 < span class ="wf_oneField ">
You can’t perform that action at this time.
0 commit comments