Author: deepal
Date: Thu Feb  7 03:40:19 2008
New Revision: 13401

Log:

got the favicon.ico working

Added:
   trunk/registry/modules/webapps/src/main/webapp/favicon.ico   (contents, 
props changed)
Modified:
   trunk/registry/modules/webapps/src/main/webapp/admin/header.jsp

Modified: trunk/registry/modules/webapps/src/main/webapp/admin/header.jsp
==============================================================================
--- trunk/registry/modules/webapps/src/main/webapp/admin/header.jsp     
(original)
+++ trunk/registry/modules/webapps/src/main/webapp/admin/header.jsp     Thu Feb 
 7 03:40:19 2008
@@ -1,6 +1,8 @@
 <%@ page import="org.wso2.registry.RegistryConstants" %>
 <%@ page import="org.wso2.registry.web.UIConstants" %>
 <div class="popup-main" id="popup-main" style="display:none;">
+<link rel="icon" href="favicon.ico" type="image/x-icon" />
+<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> 
 
 </div>
 <div class="popup" id="popup" style="display:none;">

Added: trunk/registry/modules/webapps/src/main/webapp/favicon.ico
==============================================================================
Binary file. No diff available.

_______________________________________________
Registry-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/registry-dev

Reply via email to