[Commits] r1019 - in apps/opengeo/geoexplorer/branches/0.1.x: . build theme/img
commits at geoext.org
commits at geoext.org
Mon Jun 8 19:55:29 CEST 2009
Author: tschaub
Date: 2009-06-08 19:55:29 +0200 (Mon, 08 Jun 2009)
New Revision: 1019
Added:
apps/opengeo/geoexplorer/branches/0.1.x/theme/img/favicon.ico
Modified:
apps/opengeo/geoexplorer/branches/0.1.x/build/index.html
apps/opengeo/geoexplorer/branches/0.1.x/debug.html
Log:
Adding an icon.
Modified: apps/opengeo/geoexplorer/branches/0.1.x/build/index.html
===================================================================
--- apps/opengeo/geoexplorer/branches/0.1.x/build/index.html 2009-06-08 17:35:04 UTC (rev 1018)
+++ apps/opengeo/geoexplorer/branches/0.1.x/build/index.html 2009-06-08 17:55:29 UTC (rev 1019)
@@ -2,6 +2,7 @@
<html>
<head>
<title>GeoExplorer</title>
+ <link rel="shortcut icon" href="theme/app/img/favicon.ico"/>
<!-- Ext resources -->
<link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-2.2.1/resources/css/ext-all.css" />
@@ -25,7 +26,7 @@
<script 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({
ows: "http://demo.opengeo.org/geoserver/wms",
proxy: "/proxy/?url=",
Modified: apps/opengeo/geoexplorer/branches/0.1.x/debug.html
===================================================================
--- apps/opengeo/geoexplorer/branches/0.1.x/debug.html 2009-06-08 17:35:04 UTC (rev 1018)
+++ apps/opengeo/geoexplorer/branches/0.1.x/debug.html 2009-06-08 17:55:29 UTC (rev 1019)
@@ -2,7 +2,8 @@
<html>
<head>
<title>GeoExplorer (debug)</title>
-
+ <link rel="shortcut icon" href="theme/img/favicon.ico"/>
+
<!-- Ext resources -->
<link rel="stylesheet" type="text/css" href="externals/ext/resources/css/ext-all.css" />
<link rel="stylesheet" type="text/css" href="externals/ext/resources/css/xtheme-gray.css" />
Added: apps/opengeo/geoexplorer/branches/0.1.x/theme/img/favicon.ico
===================================================================
(Binary files differ)
Property changes on: apps/opengeo/geoexplorer/branches/0.1.x/theme/img/favicon.ico
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
More information about the Commits
mailing list