diff --git a/install/install.php b/install/install.php index 9146ff1ac..ef6c0a6e6 100644 --- a/install/install.php +++ b/install/install.php @@ -168,6 +168,10 @@ if(!$settings->_contentDir) { $settings->_luceneDir = $settings->_rootDir . 'data/lucene/'; $settings->_stagingDir = $settings->_rootDir . 'data/staging/'; $settings->_cacheDir = $settings->_rootDir . 'data/cache/'; +} else { + if(!$settings->_cacheDir) { + $settings->_cacheDir = $settings->_contentDir . 'cache/'; + } } $settings->_httpRoot = $httpRoot; @@ -177,13 +181,15 @@ if(isset($settings->_extraPath)) /** * Include GUI + Language */ -$theme = "blue"; +$theme = "bootstrap"; include("../inc/inc.Language.php"); include "../languages/en_GB/lang.inc"; include("../inc/inc.ClassUI.php"); UI::htmlStartPage("INSTALL"); +UI::globalBanner(); +UI::contentStart(); UI::contentHeading("SeedDMS Installation for version ".SEEDDMS_VERSION); UI::contentContainerStart(); @@ -400,58 +406,58 @@ if($showform) { "> : - + "> : - + "> : - + "> : - + "> : - + "> : - + "> : - + "> : - + "> : - + "> : - + "> : - + "> : - + "> : - + "> : @@ -463,9 +469,12 @@ if($showform) { : + + + " /> + - " /> _printDisclaimer = false; $settings->_footNote = false; // end of the page +UI::contentEnd(); UI::contentContainerEnd(); UI::htmlEndPage(); ?>