add configuration of language file

This commit is contained in:
Uwe Steinmann 2013-08-15 20:36:54 +02:00
parent f3717eeacc
commit e2ed43a633

View File

@ -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',
),
); );
?> ?>