introduced touch icon for phone and tablet bookmarking
svn path=/trunk/; revision=25496
This commit is contained in:
@@ -104,6 +104,14 @@
|
||||
</xsl:attribute>
|
||||
<xsl:attribute name="type">image/x-icon</xsl:attribute>
|
||||
</xsl:element>
|
||||
|
||||
<xsl:element name="link">
|
||||
<xsl:attribute name="rel">apple-touch-icon</xsl:attribute>
|
||||
<xsl:attribute name="href">
|
||||
<xsl:value-of select="$urlprefix"/>/graphics/touch-icon.png
|
||||
</xsl:attribute>
|
||||
<xsl:attribute name="type">image/png</xsl:attribute>
|
||||
</xsl:element>
|
||||
|
||||
<xsl:element name="link">
|
||||
<xsl:attribute name="rel">alternate</xsl:attribute>
|
||||
|
||||
Reference in New Issue
Block a user