mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
parent
8294471253
commit
0cd2d98f71
@ -127,7 +127,7 @@ class StyleSheet
|
||||
}
|
||||
}
|
||||
|
||||
if ($theme) {
|
||||
if ($theme && $theme !== self::DEFAULT_THEME) {
|
||||
if (($pos = strpos($theme, '/')) !== false) {
|
||||
$moduleName = substr($theme, 0, $pos);
|
||||
$theme = substr($theme, $pos + 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user