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

commits at geoext.org commits at geoext.org
Fri Jun 12 19:17:10 CEST 2009


Author: tschaub
Date: 2009-06-12 19:17:10 +0200 (Fri, 12 Jun 2009)
New Revision: 1064

Modified:
   apps/opengeo/geoexplorer/branches/0.1.x/debug.html
Log:
Correct path to theme.

Modified: apps/opengeo/geoexplorer/branches/0.1.x/debug.html
===================================================================
--- apps/opengeo/geoexplorer/branches/0.1.x/debug.html	2009-06-12 16:59:47 UTC (rev 1063)
+++ apps/opengeo/geoexplorer/branches/0.1.x/debug.html	2009-06-12 17:17:10 UTC (rev 1064)
@@ -24,8 +24,8 @@
         <script src="externals/geoext/lib/GeoExt.js"></script> 
 
         <!-- 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 src="lib/GeoExplorer.js"></script> 
         <script src="lib/GeoExplorer/util.js"></script> 
         <script src="lib/Ext/grid/RowExpander.js"></script> 



More information about the Commits mailing list