|
@@ -38,7 +38,7 @@ |
|
|
block discarded – undo |
|
38
|
38
|
$themeConfig = App::$Properties->get('theme'); |
|
39
|
39
|
$this->themePath = root . DIRECTORY_SEPARATOR . 'Apps' . DIRECTORY_SEPARATOR . 'View' . DIRECTORY_SEPARATOR . env_name; |
|
40
|
40
|
if (isset($themeConfig[env_name]) && Str::length($themeConfig[env_name]) > 0) { |
|
41
|
|
- $this->themePath .= DIRECTORY_SEPARATOR . $themeConfig[env_name]; |
|
|
41
|
+ $this->themePath .= DIRECTORY_SEPARATOR . $themeConfig[env_name]; |
|
42
|
42
|
} else { |
|
43
|
43
|
$this->themePath .= DIRECTORY_SEPARATOR . 'default'; |
|
44
|
44
|
} |
Please login to merge, or discard this patch.