Simplified TemplatePathStack config
[zf2.biz/application_blanche.git] / module / Application / config / module.config.php
index 6b06ceb..e6f4afa 100644 (file)
@@ -37,10 +37,8 @@ return array(
             // Setup the View layer
             'Zend\View\Resolver\TemplatePathStack' => array(
                 'parameters' => array(
-                    'options'  => array(
-                        'script_paths' => array(
-                            'application' => __DIR__ . '/../view',
-                        ),
+                    'paths'  => array(
+                        'application' => __DIR__ . '/../view',
                     ),
                 ),
             ),