[seam-commits] Seam SVN: r11003 - in examples/trunk/servlet-permalink/src/main/webapp: WEB-INF/layout and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue May 26 12:44:26 EDT 2009
Author: dan.j.allen
Date: 2009-05-26 12:44:26 -0400 (Tue, 26 May 2009)
New Revision: 11003
Added:
examples/trunk/servlet-permalink/src/main/webapp/favicon.ico
Modified:
examples/trunk/servlet-permalink/src/main/webapp/WEB-INF/layout/template.xhtml
Log:
add favicon
Modified: examples/trunk/servlet-permalink/src/main/webapp/WEB-INF/layout/template.xhtml
===================================================================
--- examples/trunk/servlet-permalink/src/main/webapp/WEB-INF/layout/template.xhtml 2009-05-26 16:44:06 UTC (rev 11002)
+++ examples/trunk/servlet-permalink/src/main/webapp/WEB-INF/layout/template.xhtml 2009-05-26 16:44:26 UTC (rev 11003)
@@ -9,6 +9,7 @@
<ui:insert name="viewMetadata"/>
<head>
<title>Permalink</title>
+ <link rel="shortcut icon" href="#{request.contextPath}/favicon.ico"/>
<link rel="stylesheet" href="#{request.contextPath}/css/style.css" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link rel="stylesheet" href="#{request.contextPath}/css/legacy.css" type="text/css" media="screen" title="no title" charset="utf-8" />
Added: examples/trunk/servlet-permalink/src/main/webapp/favicon.ico
===================================================================
(Binary files differ)
Property changes on: examples/trunk/servlet-permalink/src/main/webapp/favicon.ico
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
More information about the seam-commits
mailing list