2006/unicorn/WebContent/WEB-INF/resources/templates/includes head.vm,1.4,1.5

Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/includes
In directory hutz:/tmp/cvs-serv4312/WebContent/WEB-INF/resources/templates/includes

Modified Files:
	head.vm 
Log Message:
local favicon

Index: head.vm
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/includes/head.vm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- head.vm	1 Sep 2009 13:39:40 -0000	1.4
+++ head.vm	2 Sep 2009 09:04:40 -0000	1.5
@@ -3,7 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="$lang" lang="$lang">
 <head>
 	<title>$noEscape_title</title>
-	<link rel="shortcut icon" href="http://www.w3.org/2008/site/images/favicon.ico" type="image/x-icon" />
+	<link rel="shortcut icon" href="./images/favicon.ico" type="image/x-icon" />
 	<link rev="start" href="./" title="Home Page" />
 #foreach( $sheet in $css )
 	<link href="./style/$sheet" type="text/css" media="screen" rel="stylesheet" />

Received on Wednesday, 2 September 2009 09:04:51 UTC