@@ -23,6 +23,6 @@ |
||
23 | 23 | */ |
24 | 24 | public function resolve($path, ThemeInterface $theme) |
25 | 25 | { |
26 | - return str_replace('bundles/', 'bundles/_' . $theme->getCode() . '/', $path); |
|
26 | + return str_replace('bundles/', 'bundles/_'.$theme->getCode().'/', $path); |
|
27 | 27 | } |
28 | 28 | } |