From 0277e36168d06692ff9d82cbe92fc720134b17d0 Mon Sep 17 00:00:00 2001 From: mattpass Date: Sat, 21 Mar 2020 08:09:19 +0000 Subject: [PATCH] Asset path changes in 2 x lib files --- lib/properties.php | 2 +- lib/settings-update.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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?