Declare presshome XSL variable
This commit is contained in:
parent
0f31f0b6d3
commit
3a06dce1e1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20568
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD: www/en/news/includes.xsl,v 1.4 2001/09/18 10:04:32 chris Exp $ -->
|
||||
<!-- $FreeBSD: www/en/news/includes.xsl,v 1.5 2003/08/25 11:36:15 simon Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
|
@ -8,6 +8,10 @@
|
|||
<a href="{$base}/news/news.html">News Home</a>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="presshome">
|
||||
<a href="{$base}/news/press.html">Press Home</a>
|
||||
</xsl:variable>
|
||||
|
||||
<!-- Generate a unique anchor for this event -->
|
||||
<xsl:template name="generate-event-anchor">
|
||||
<xsl:text>event</xsl:text>
|
||||
|
|
Loading…
Reference in a new issue