fixed favicon size and added favicon header to common.xsl

This commit is contained in:
David Tenty 2007-08-14 02:20:44 -04:00
parent 3049823c90
commit 0dfe4ebefd
2 changed files with 2 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -10,7 +10,8 @@
<xsl:template match="cscpage"> <xsl:template match="cscpage">
<html> <html>
<head> <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" /> <link rel="stylesheet" href="{$pre}default.css" type="text/css" />
</head> </head>
<body><div> <body><div>