From 8206af7f51ffa6dcc8b07db0cec89bf90df18286 Mon Sep 17 00:00:00 2001 From: arno Date: Tue, 7 Sep 2010 20:39:30 +0200 Subject: [PATCH] rename OpenLayers style.css to olstyle.css --- application/controllers/IdxController.php | 2 +- public/css/olstyle.css | 1 + public/css/openlayers | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) create mode 120000 public/css/olstyle.css delete mode 120000 public/css/openlayers diff --git a/application/controllers/IdxController.php b/application/controllers/IdxController.php index 77153c1..8a09a35 100644 --- a/application/controllers/IdxController.php +++ b/application/controllers/IdxController.php @@ -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 index 0000000..68f6c82 --- /dev/null +++ b/public/css/olstyle.css @@ -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 index 320aa47..0000000 --- a/public/css/openlayers +++ /dev/null @@ -1 +0,0 @@ -../openlayers/openlayers/theme/default/ \ No newline at end of file -- 2.39.2