You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/02/15 22:34:37 UTC

svn commit: r508165 - in /lenya/trunk/src/webapp/lenya/xslt: menu/menu2xslt.xsl util/page2xhtml.xsl

Author: andreas
Date: Thu Feb 15 13:34:36 2007
New Revision: 508165

URL: http://svn.apache.org/viewvc?view=rev&rev=508165
Log:
Add link to favicon

Modified:
    lenya/trunk/src/webapp/lenya/xslt/menu/menu2xslt.xsl
    lenya/trunk/src/webapp/lenya/xslt/util/page2xhtml.xsl

Modified: lenya/trunk/src/webapp/lenya/xslt/menu/menu2xslt.xsl
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/xslt/menu/menu2xslt.xsl?view=diff&rev=508165&r1=508164&r2=508165
==============================================================================
--- lenya/trunk/src/webapp/lenya/xslt/menu/menu2xslt.xsl (original)
+++ lenya/trunk/src/webapp/lenya/xslt/menu/menu2xslt.xsl Thu Feb 15 13:34:36 2007
@@ -50,6 +50,7 @@
               <xso:call-template name="title"/>
               <script src="{$contextprefix}/lenya/menu/menu.js" type="text/javascript">&#160;</script>
               <link href="{$contextprefix}/lenya/css/menu.css" rel="stylesheet" type="text/css"/>
+              <link rel="icon" href="{$contextprefix}/favicon.ico" type="image/ico"/>
               <xso:apply-templates select="xhtml:html/xhtml:head/*[local-name() != 'title']"/>
             </head>
             <body>

Modified: lenya/trunk/src/webapp/lenya/xslt/util/page2xhtml.xsl
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/xslt/util/page2xhtml.xsl?view=diff&rev=508165&r1=508164&r2=508165
==============================================================================
--- lenya/trunk/src/webapp/lenya/xslt/util/page2xhtml.xsl (original)
+++ lenya/trunk/src/webapp/lenya/xslt/util/page2xhtml.xsl Thu Feb 15 13:34:36 2007
@@ -35,6 +35,7 @@
       <head>
         <title><xsl:apply-templates select="page:title/node()"/></title>
         <link rel="stylesheet" type="text/css" href="{$contextprefix}/lenya/css/default.css" title="default css"/>
+        <link rel="icon" href="{$contextprefix}/favicon.ico" type="image/ico"/>
         <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8"/>
         <xsl:apply-templates select="xhtml:script"/>
         <xsl:copy-of select="page:head/*"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org