Add an explicit link to the favicon.ico per http://www.w3.org/2005/10/howto-favicon
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 23 Jun 2010 20:36:23 +0000 (20:36 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 23 Jun 2010 20:36:23 +0000 (20:36 +0000)
Yeah, we're not using the profile attribute on the HEAD element. Do we really need that?

git-svn-id: svn://svn.open-ils.org/ILS/trunk@16794 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/opac/skin/default/xml/header.xml

index d6a279c..3f312b4 100644 (file)
@@ -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"-->