From: Evan Coury Date: Wed, 13 Jun 2012 12:44:44 +0000 (-0700) Subject: Merge pull request #69 from janpieper/patch-1 X-Git-Url: http://git.inspyration.org/?a=commitdiff_plain;h=732ef8e420503e6ef5e7f1a8b56721558cef2953;hp=47430085db45a770ae422a43a6093e8c78cb8cf3;p=zf2.biz%2Fgalerie.git Merge pull request #69 from janpieper/patch-1 wrong view file mapping --- diff --git a/module/Application/config/module.config.php b/module/Application/config/module.config.php index 13643b9..a52739c 100644 --- a/module/Application/config/module.config.php +++ b/module/Application/config/module.config.php @@ -40,10 +40,10 @@ return array( 'not_found_template' => 'error/404', 'exception_template' => 'error/index', 'template_map' => array( - 'layout/layout' => __DIR__ . '/../view/layout/layout.phtml', - 'index/index' => __DIR__ . '/../view/index/index.phtml', - 'error/404' => __DIR__ . '/../view/error/404.phtml', - 'error/index' => __DIR__ . '/../view/error/index.phtml', + 'layout/layout' => __DIR__ . '/../view/layout/layout.phtml', + 'application/index/index' => __DIR__ . '/../view/application/index/index.phtml', + 'error/404' => __DIR__ . '/../view/error/404.phtml', + 'error/index' => __DIR__ . '/../view/error/index.phtml', ), 'template_path_stack' => array( __DIR__ . '/../view',