mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-16 14:41:39 +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;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
$theme = "blue";
|
$theme = "bootstrap";
|
||||||
require_once("../inc/inc.Language.php");
|
require_once("../inc/inc.Language.php");
|
||||||
|
include "../languages/en_GB/lang.inc";
|
||||||
require_once("../inc/inc.ClassUI.php");
|
require_once("../inc/inc.ClassUI.php");
|
||||||
|
|
||||||
UI::htmlStartPage('Database update');
|
UI::htmlStartPage('Database update');
|
||||||
|
UI::globalBanner();
|
||||||
|
UI::contentStart();
|
||||||
UI::contentHeading("SeedDMS Installation for version ".$_GET['version']);
|
UI::contentHeading("SeedDMS Installation for version ".$_GET['version']);
|
||||||
UI::contentContainerStart();
|
UI::contentContainerStart();
|
||||||
|
|
||||||
|
@ -104,6 +107,11 @@ if($rec = $res->fetch(PDO::FETCH_ASSOC)) {
|
||||||
}
|
}
|
||||||
$db = null;
|
$db = null;
|
||||||
|
|
||||||
|
// just remove info for web page installation
|
||||||
|
$settings->_printDisclaimer = false;
|
||||||
|
$settings->_footNote = false;
|
||||||
|
// end of the page
|
||||||
UI::contentContainerEnd();
|
UI::contentContainerEnd();
|
||||||
|
UI::contentEnd();
|
||||||
UI::htmlEndPage();
|
UI::htmlEndPage();
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user