diff --git a/Locator/FileLocator.php b/Locator/FileLocator.php index 23a5d49..0a48c8d 100644 --- a/Locator/FileLocator.php +++ b/Locator/FileLocator.php @@ -68,15 +68,15 @@ public function __construct( $defaultPathPatterns = array( 'app_resource' => array( - '%app_path%/themes/%current_theme%/%template%', + '%app_path%/views/themes/%current_theme%/%template%', '%app_path%/views/%template%', ), 'bundle_resource' => array( '%bundle_path%/Resources/themes/%current_theme%/%template%', ), 'bundle_resource_dir' => array( - '%dir%/themes/%current_theme%/%bundle_name%/%template%', - '%dir%/%bundle_name%/%override_path%', + '%dir%/views/themes/%current_theme%/%bundle_name%/%template%', + '%dir%/views/%bundle_name%/%override_path%', ), );