[Commits] r1016 - apps/opengeo/geoexplorer/branches/0.1.x

commits at geoext.org commits at geoext.org
Mon Jun 8 18:33:45 CEST 2009


Author: tschaub
Date: 2009-06-08 18:33:45 +0200 (Mon, 08 Jun 2009)
New Revision: 1016

Modified:
   apps/opengeo/geoexplorer/branches/0.1.x/index.html
Log:
App theme in its own dir.

Modified: apps/opengeo/geoexplorer/branches/0.1.x/index.html
===================================================================
--- apps/opengeo/geoexplorer/branches/0.1.x/index.html	2009-06-08 16:32:59 UTC (rev 1015)
+++ apps/opengeo/geoexplorer/branches/0.1.x/index.html	2009-06-08 16:33:45 UTC (rev 1016)
@@ -11,7 +11,7 @@
         <script type="text/javascript" src="script/ExtUx.js"></script> 
 
         <!-- OpenLayers resources -->
-        <link rel="stylesheet" type="text/css" href="theme/oldefault/style.css" />
+        <link rel="stylesheet" type="text/css" href="theme/ol/style.css" />
         <script type="text/javascript" src="script/OpenLayers.js"></script>
 
         <!-- GeoExt resources -->
@@ -20,12 +20,12 @@
         <link rel="stylesheet" type="text/css" href="theme/gx/css/gxtheme-gray.css" />
 
         <!-- GeoExplorer resources -->
-        <link rel="stylesheet" type="text/css" href="theme/geoexplorer.css" />
-        <!--[if IE]><link rel="stylesheet" type="text/css" href="theme/ie.css"/><![endif]-->
+        <link rel="stylesheet" type="text/css" href="theme/app/geoexplorer.css" />
+        <!--[if IE]><link rel="stylesheet" type="text/css" href="theme/app/ie.css"/><![endif]-->
         <script type="text/javascript" src="script/GeoExplorer.js"></script> 
 
         <script>
-            Ext.BLANK_IMAGE_URL = "theme/img/blank.gif";
+            Ext.BLANK_IMAGE_URL = "theme/app/img/blank.gif";
             var app = new GeoExplorer({
                 proxy: "/proxy/?url=",
                 ows: "http://publicus.opengeo.org/geoserver/wms",



More information about the Commits mailing list