_rootDir = $rootDir.'/'; $theme = "bootstrap"; include("../inc/inc.Language.php"); include("../inc/inc.ClassUI.php"); UI::htmlStartPage("INSTALL"); UI::globalBanner(); UI::contentStart(); 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::contentEnd(); UI::htmlEndPage(); ?>