mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-08 20:46:05 +00:00
add configuration of language file
This commit is contained in:
parent
f3717eeacc
commit
e2ed43a633
|
@ -25,5 +25,8 @@ $EXT_CONF['example'] = array(
|
||||||
'file' => 'class.example.php',
|
'file' => 'class.example.php',
|
||||||
'name' => 'SeedDMS_ExtExample'
|
'name' => 'SeedDMS_ExtExample'
|
||||||
),
|
),
|
||||||
|
'language' => array(
|
||||||
|
'file' => 'lang.php',
|
||||||
|
),
|
||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user