Update layout to use Twitter Bootstrap 2.0.0
[zf2.biz/application_blanche.git] / module / Application / Module.php
index a798668..2b220cd 100644 (file)
@@ -74,7 +74,7 @@ class Module implements AutoloaderProvider
         $view->plugin('url')->setRouter($app->getRouter());
         $view->doctype()->setDoctype('HTML5');
 
-        $basePath = $app->getRequest()->getBaseUrl();
+        $basePath = $app->getRequest()->getBasePath();
         $view->plugin('basePath')->setBasePath($basePath);
 
         $this->view = $view;