Added headLink, headMeta, and headScript to layout for added flexibility
[zf2.biz/application_blanche.git] / modules / Application / autoload_classmap.php
1 <?php
2 return array(
3     'Application\View\Listener'              => __DIR__ . '/src/Application/View/Listener.php',
4     'Application\Controller\IndexController' => __DIR__ . '/src/Application/Controller/IndexController.php',
5     'Application\Controller\ErrorController' => __DIR__ . '/src/Application/Controller/ErrorController.php',
6     'Application\Module'                     => __DIR__ . '/Module.php',
7 );