diff --git a/snappymail/v/0.0.0/app/libraries/RainLoop/Actions/Themes.php b/snappymail/v/0.0.0/app/libraries/RainLoop/Actions/Themes.php index a2e8909f4..0e1885b10 100644 --- a/snappymail/v/0.0.0/app/libraries/RainLoop/Actions/Themes.php +++ b/snappymail/v/0.0.0/app/libraries/RainLoop/Actions/Themes.php @@ -108,7 +108,7 @@ trait Themes if (\is_file($sThemeFile)) { $aResult[] = '@base: "' - . ($bCustomTheme ? Utils::WebPath() : Utils::WebVersionPath()) + . ($bCustomTheme ? \RainLoop\Utils::WebPath() : \RainLoop\Utils::WebVersionPath()) . 'themes/'.$sTheme.'/";'; $aResult[] = \file_get_contents($sThemeFile);