X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=module%2FApplication%2Fconfig%2Fmodule.config.php;h=13643b948adde2bbeff0baf2ae2689c3b6a180c1;hb=c57990d53c4453deeb96d297dc23f7060f2b7b30;hp=b68e94990df94af415c457b9db2586cde11259d5;hpb=de8147bdf03136248afc2bc6fd04babc5529f047;p=zf2.biz%2Fgalerie.git diff --git a/module/Application/config/module.config.php b/module/Application/config/module.config.php index b68e949..13643b9 100644 --- a/module/Application/config/module.config.php +++ b/module/Application/config/module.config.php @@ -11,7 +11,7 @@ return array( 'action' => '[a-zA-Z][a-zA-Z0-9_-]*', ), 'defaults' => array( - 'controller' => 'IndexController', + 'controller' => 'index', 'action' => 'index', ), ), @@ -21,7 +21,7 @@ return array( 'options' => array( 'route' => '/', 'defaults' => array( - 'controller' => 'IndexController', + 'controller' => 'index', 'action' => 'index', ), ), @@ -30,7 +30,7 @@ return array( ), 'controller' => array( 'classes' => array( - 'IndexController' => 'Application\Controller\IndexController' + 'index' => 'Application\Controller\IndexController' ), ), 'view_manager' => array( @@ -46,7 +46,7 @@ return array( 'error/index' => __DIR__ . '/../view/error/index.phtml', ), 'template_path_stack' => array( - 'application' => __DIR__ . '/../view', + __DIR__ . '/../view', ), ), );