Author: deepal Date: Thu Feb 7 03:39:58 2008 New Revision: 13400 Log:
got the favicon.ico working Added: branches/registry/1_0/modules/webapps/src/main/webapp/favicon.ico (contents, props changed) Modified: branches/registry/1_0/modules/webapps/src/main/webapp/admin/header.jsp Modified: branches/registry/1_0/modules/webapps/src/main/webapp/admin/header.jsp ============================================================================== --- branches/registry/1_0/modules/webapps/src/main/webapp/admin/header.jsp (original) +++ branches/registry/1_0/modules/webapps/src/main/webapp/admin/header.jsp Thu Feb 7 03:39:58 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: branches/registry/1_0/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
