Folders
This commit is contained in:
parent
54bbf50e97
commit
7729954c27
|
|
@ -31,7 +31,7 @@ class ThemeViewFinder extends FileViewFinder
|
||||||
} catch(\Exception $e) {
|
} catch(\Exception $e) {
|
||||||
if ($namespace !== 'shop') {
|
if ($namespace !== 'shop') {
|
||||||
if (strpos($view, 'shop.') !== false) {
|
if (strpos($view, 'shop.') !== false) {
|
||||||
$view = str_replace('shop.', 'shop.' . Themes::current()->code . '.', $view);
|
$view = str_replace('shop.', 'shop.default.', $view);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue