_rootDir = $rootDir.'/'; $theme = "blue"; include("../inc/inc.Language.php"); include "../languages/en_GB/lang.inc"; include("../inc/inc.ClassUI.php"); $LANG['en_GB'] = $text; UI::htmlStartPage("INSTALL"); UI::contentHeading("SeedDMS Installation..."); UI::contentContainerStart(); echo "

".getMLText('settings_install_welcome_title')."

"; echo "
".getMLText('settings_install_welcome_text')."
"; echo '

' . getMLText("settings_start_install") . '

'; UI::contentContainerEnd(); UI::htmlEndPage(); ?>