read language file from new directory

This commit is contained in:
Uwe Steinmann 2013-03-26 22:05:23 +01:00
parent 452330709b
commit 114b51ebc5

View File

@ -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...");