This commit is contained in:
merdan 2023-03-13 20:27:45 +05:00
parent 54bbf50e97
commit 7729954c27
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class ThemeViewFinder extends FileViewFinder
} catch(\Exception $e) {
if ($namespace !== 'shop') {
if (strpos($view, 'shop.') !== false) {
$view = str_replace('shop.', 'shop.' . Themes::current()->code . '.', $view);
$view = str_replace('shop.', 'shop.default.', $view);
}
}