mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
use bootstrap theme
This commit is contained in:
parent
502b5c5414
commit
67c7d83a72
|
@ -33,11 +33,14 @@ if (!file_exists($configDir."/ENABLE_INSTALL_TOOL")) {
|
|||
exit;
|
||||
}
|
||||
|
||||
$theme = "blue";
|
||||
$theme = "bootstrap";
|
||||
require_once("../inc/inc.Language.php");
|
||||
include "../languages/en_GB/lang.inc";
|
||||
require_once("../inc/inc.ClassUI.php");
|
||||
|
||||
UI::htmlStartPage('Database update');
|
||||
UI::globalBanner();
|
||||
UI::contentStart();
|
||||
UI::contentHeading("SeedDMS Installation for version ".$_GET['version']);
|
||||
UI::contentContainerStart();
|
||||
|
||||
|
@ -104,6 +107,11 @@ if($rec = $res->fetch(PDO::FETCH_ASSOC)) {
|
|||
}
|
||||
$db = null;
|
||||
|
||||
// just remove info for web page installation
|
||||
$settings->_printDisclaimer = false;
|
||||
$settings->_footNote = false;
|
||||
// end of the page
|
||||
UI::contentContainerEnd();
|
||||
UI::contentEnd();
|
||||
UI::htmlEndPage();
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue
Block a user