[open-ils-commits] r16794 - trunk/Open-ILS/web/opac/skin/default/xml (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Jun 23 16:36:28 EDT 2010


Author: dbs
Date: 2010-06-23 16:36:23 -0400 (Wed, 23 Jun 2010)
New Revision: 16794

Modified:
   trunk/Open-ILS/web/opac/skin/default/xml/header.xml
Log:
Add an explicit link to the favicon.ico per http://www.w3.org/2005/10/howto-favicon

Yeah, we're not using the profile attribute on the HEAD element. Do we really need that?


Modified: trunk/Open-ILS/web/opac/skin/default/xml/header.xml
===================================================================
--- trunk/Open-ILS/web/opac/skin/default/xml/header.xml	2010-06-23 19:14:39 UTC (rev 16793)
+++ trunk/Open-ILS/web/opac/skin/default/xml/header.xml	2010-06-23 20:36:23 UTC (rev 16794)
@@ -6,6 +6,7 @@
 
 	<title>&<!--#echo var="OILS_TITLE"-->;</title>
 	<link rel="unapi-server" type="application/xml" title="unAPI" href="http://<!--#echo var='HTTP_HOST'-->/opac/extras/unapi"/>
+    	<link rel="icon" type="image/ico" href="/favicon.ico"/>
 
 	<!--#if expr="$slimpac!='true'"-->
 		<!--#include virtual="common/js_common.xml"-->



More information about the open-ils-commits mailing list