fixed favicon size and added favicon header to common.xsl

foo
David Tenty 16 years ago
parent 3049823c90
commit 0dfe4ebefd
  1. BIN
      favicon.ico
  2. 3
      xsl/common.xsl

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 26 KiB

@ -10,7 +10,8 @@
<xsl:template match="cscpage">
<html>
<head>
<title><xsl:value-of select="@title" /></title>
<link rel="shortcut icon" href="/favicon.ico" />
<title><xsl:value-of select="@title" /></title>
<link rel="stylesheet" href="{$pre}default.css" type="text/css" />
</head>
<body><div>

Loading…
Cancel
Save