2006/unicorn/WebContent/WEB-INF/resources/templates/includes head.vm,1.6,1.7

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

Modified Files:
	head.vm 
Log Message:
cleaned

Index: head.vm
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/includes/head.vm,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- head.vm	9 Sep 2009 10:19:59 -0000	1.6
+++ head.vm	9 Sep 2009 12:11:09 -0000	1.7
@@ -8,15 +8,6 @@
 #else
 	<link rel="icon" href="/unicorn/images/favicon.ico" type="image/x-icon" />
 #end
-<!--
-#if ($fav == "red")
-	<link rel="icon" href="/unicorn/images/favicon_red.ico" type="image/x-icon" />
-#elseif ($fav == "green")
-	<link rel="icon" href="./images/favicon_green.ico" type="image/x-icon" />
-#else
-	<link rel="icon" href="./images/favicon.ico" type="image/x-icon" />
-#end
--->
 	<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, 9 September 2009 12:11:21 UTC