[seam-commits] Seam SVN: r9293 - in trunk/seam-gen: view/layout and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Oct 14 02:22:16 EDT 2008
Author: dan.j.allen
Date: 2008-10-14 02:22:16 -0400 (Tue, 14 Oct 2008)
New Revision: 9293
Modified:
trunk/seam-gen/icefaces/view/layout/template.xhtml
trunk/seam-gen/view/layout/template.xhtml
Log:
make path to favicon absolute
Modified: trunk/seam-gen/icefaces/view/layout/template.xhtml
===================================================================
--- trunk/seam-gen/icefaces/view/layout/template.xhtml 2008-10-14 06:12:29 UTC (rev 9292)
+++ trunk/seam-gen/icefaces/view/layout/template.xhtml 2008-10-14 06:22:16 UTC (rev 9293)
@@ -12,7 +12,7 @@
doctypeSystem="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>@projectName@</title>
- <link rel="shortcut icon" href="favicon.ico"/>
+ <link rel="shortcut icon" href="#{requestPath}/favicon.ico"/>
<link rel='stylesheet' type='text/css' href='./xmlhttp/css/rime/rime.css'/>
<link href="stylesheet/theme.css" rel="stylesheet" type="text/css" />
<ui:insert name="head"/>
Modified: trunk/seam-gen/view/layout/template.xhtml
===================================================================
--- trunk/seam-gen/view/layout/template.xhtml 2008-10-14 06:12:29 UTC (rev 9292)
+++ trunk/seam-gen/view/layout/template.xhtml 2008-10-14 06:22:16 UTC (rev 9293)
@@ -11,7 +11,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>@projectName@</title>
- <link rel="shortcut icon" href="favicon.ico"/>
+ <link rel="shortcut icon" href="#{requestPath}/favicon.ico"/>
<a:loadStyle src="resource:///stylesheet/theme.xcss"/>
<a:loadStyle src="/stylesheet/theme.css"/>
<ui:insert name="head"/>
More information about the seam-commits
mailing list