]> dev.renevier.net Git - syj.git/commitdiff
rename OpenLayers style.css to olstyle.css
authorarno <arno@renevier.net>
Tue, 7 Sep 2010 18:39:30 +0000 (20:39 +0200)
committerarno <arno@renevier.net>
Tue, 7 Sep 2010 18:39:30 +0000 (20:39 +0200)
application/controllers/IdxController.php
public/css/olstyle.css [new symlink]
public/css/openlayers [deleted symlink]

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");
     }
diff --git a/public/css/olstyle.css b/public/css/olstyle.css
new file mode 120000 (symlink)
index 0000000..68f6c82
--- /dev/null
@@ -0,0 +1 @@
+../openlayers/openlayers/theme/default/style.css
\ No newline at end of file
diff --git a/public/css/openlayers b/public/css/openlayers
deleted file mode 120000 (symlink)
index 320aa47..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../openlayers/openlayers/theme/default/
\ No newline at end of file