diff xslt/news.xslt @ 707:b133b1f44765

Regenerated.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 04 Oct 2012 15:02:55 +0000
parents 1507ec5ba69a
children c454373427ef
line wrap: on
line diff
--- a/xslt/news.xslt	Thu Oct 04 15:02:32 2012 +0000
+++ b/xslt/news.xslt	Thu Oct 04 15:02:55 2012 +0000
@@ -9,10 +9,16 @@
 
    <xsl:param name="YEAR"/>
 
+   <xsl:param name="ORIGIN"/>
+
+   <xsl:param name="TRANS"/>
+
    <xsl:variable select="'http://nginx.org'" name="SITE"/>
 
    <xsl:variable select="/news/@link" name="LINK"/>
 
+   <xsl:variable select="/news/@lang" name="LANG"/>
+
    <xsl:include href="dirname.xslt"/>
 
    <xsl:include href="link.xslt"/>