]> dev.renevier.net Git - syj.git/blobdiff - application/controllers/IdxController.php
rename OpenLayers style.css to olstyle.css
[syj.git] / application / controllers / IdxController.php
index 77153c11488bc8bff703c98cb92161e54ac3ff90..8a09a35520b2008354388cd2bc47e26382ecfe70 100644 (file)
@@ -7,7 +7,7 @@ class IdxController extends Zend_Controller_Action
 
     public function init() {
         $this->_helper->SyjMedias->addScripts('idx');
-        $this->view->headLink()->appendStylesheet('css/openlayers/style.css', "all");
+        $this->view->headLink()->appendStylesheet('css/olstyle.css', "all");
         $this->view->headLink()->appendStylesheet('css/generic.css', "all");
         $this->view->headLink()->appendStylesheet('css/syj.css', "all");
     }