X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=module%2FApplication%2Fconfig%2Fmodule.config.php;h=fd748ee15cb8e78a3a661e7437f8d21d6c4879d1;hb=52b88520f430185d0a40076fdf5a4c33aa62602d;hp=dd2f0d7122b07fa13b1efad39ad81623b4a17620;hpb=9f7663fccceeeb7d3b00f6ee32cc5da70d7190c0;p=zf2.biz%2Fgalerie.git diff --git a/module/Application/config/module.config.php b/module/Application/config/module.config.php index dd2f0d7..fd748ee 100644 --- a/module/Application/config/module.config.php +++ b/module/Application/config/module.config.php @@ -54,19 +54,20 @@ return array( ), 'Zend\Mvc\View\DefaultRenderingStrategy' => array( 'parameters' => array( - 'baseTemplate' => 'layout/layout', + 'layoutTemplate' => 'layout/layout', ), ), 'Zend\Mvc\View\ExceptionStrategy' => array( 'parameters' => array( 'displayExceptions' => true, - 'template' => 'error/index', + 'exceptionTemplate' => 'error/index', ), ), 'Zend\Mvc\View\RouteNotFoundStrategy' => array( 'parameters' => array( - 'notFoundTemplate' => 'error/404', 'displayNotFoundReason' => true, + 'displayExceptions' => true, + 'notFoundTemplate' => 'error/404', ), ),