diff --git a/lib/properties.php b/lib/properties.php index e8fa294..25406f0 100644 --- a/lib/properties.php +++ b/lib/properties.php @@ -17,7 +17,7 @@ if (!file_exists($fileName) || strpos(str_replace("\\","/",$fileName),$docRoot) ICEcoder <?php echo $ICEcoder["versionNo"];?> file/folder properties - + diff --git a/lib/settings-update.php b/lib/settings-update.php index dce662f..90e2425 100644 --- a/lib/settings-update.php +++ b/lib/settings-update.php @@ -104,7 +104,7 @@ if (!$demoMode && isset($_SESSION['loggedIn']) && $_SESSION['loggedIn'] && } // Work out the theme to use now - $ICEcoder["theme"]=="default" ? $themeURL = 'lib/editor.css' : $themeURL = $ICEcoder["codeMirrorDir"].'/theme/'.$ICEcoder["theme"].'.css'; + $ICEcoder["theme"]=="default" ? $themeURL = 'assets/css/editor.css' : $themeURL = 'assets/css/theme/'.$ICEcoder["theme"].'.css'; $themeURL .= "?microtime=".microtime(true); // Do we need a file manager refresh?