Merge branch 'master' of ../application-blanche
[zf2.biz/galerie.git] / module / Application / config / module.config.php
index a6dd62b..6dff9ae 100644 (file)
@@ -81,6 +81,7 @@ return array(
         'template_map' => array(
             'layout/layout'           => __DIR__ . '/../view/layout/layout.phtml',
             'application/index/index' => __DIR__ . '/../view/application/index/index.phtml',
+            'application/index/test'  => __DIR__ . '/../view/application/index/test.phtml',
             'error/404'               => __DIR__ . '/../view/error/404.phtml',
             'error/index'             => __DIR__ . '/../view/error/index.phtml',
         ),