Link the "Powered by FreeBSD" logo to the Art page instead of the BSD
Daemon page. Suggested by: ceri (more or less)
This commit is contained in:
parent
1235801b1a
commit
d10b584027
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20713
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/en/index.xsl,v 1.97 2004/04/06 00:01:38 phantom Exp $ -->
|
||||
<!-- $FreeBSD: www/en/index.xsl,v 1.98 2004/04/08 19:11:49 ceri Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
|||
<xsl:import href="news/includes.xsl"/>
|
||||
|
||||
<xsl:variable name="base" select="'.'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.97 2004/04/06 00:01:38 phantom Exp $'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.98 2004/04/08 19:11:49 ceri Exp $'"/>
|
||||
<xsl:variable name="title" select="'The FreeBSD Project'"/>
|
||||
|
||||
<!-- these params should be externally bound. The values
|
||||
|
@ -356,7 +356,7 @@
|
|||
alt="[Daemon News]" height="45" width="130"
|
||||
border="0"/></a></td>
|
||||
|
||||
<td><a href="{$base}/copyright/daemon.html"><img
|
||||
<td><a href="{$base}/art.html"><img
|
||||
src="gifs/powerlogo.gif"
|
||||
alt="[Powered by FreeBSD]"
|
||||
height="64"
|
||||
|
|
Loading…
Reference in a new issue