mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-07 00:56:48 +01:00
Move editor.css to theme/icecoder.css and make default
This commit is contained in:
@@ -105,9 +105,8 @@ if (!$demoMode && true === isset($_SESSION['loggedIn']) && $_SESSION['loggedIn']
|
||||
}
|
||||
|
||||
// Work out the theme to use now
|
||||
$themeURL = "default" === $ICEcoder["theme"]
|
||||
? 'assets/css/editor.css'
|
||||
: 'assets/css/theme/' . $ICEcoder["theme"] . '.css';
|
||||
$themeURL = 'assets/css/theme/';
|
||||
$themeURL .= "default" === $ICEcoder["theme"] ? 'icecoder.css' : $ICEcoder["theme"] . '.css';
|
||||
$themeURL .= "?microtime=" . microtime(true);
|
||||
|
||||
// Do we need a file manager refresh?
|
||||
|
||||
Reference in New Issue
Block a user