mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-10 05:26:06 +00:00
read language file from new directory
This commit is contained in:
parent
452330709b
commit
114b51ebc5
|
@ -7,8 +7,9 @@ $settings->_rootDir = $rootDir.'/';
|
|||
|
||||
$theme = "blue";
|
||||
include("../inc/inc.Language.php");
|
||||
include "../languages/English/lang.inc";
|
||||
include "../languages/en_GB/lang.inc";
|
||||
include("../inc/inc.ClassUI.php");
|
||||
$LANG['en_GB'] = $text;
|
||||
|
||||
UI::htmlStartPage("INSTALL");
|
||||
UI::contentHeading("SeedDMS Installation...");
|
||||
|
|
Loading…
Reference in New Issue
Block a user