show only 2 events on country page

svn path=/branches/test/; revision=27632
This commit is contained in:
hugo 2014-01-25 17:44:37 +00:00
parent 8d501db932
commit e50396b62b

View File

@ -130,7 +130,7 @@
<!-- Future events -->
<xsl:call-template name="fetch-events">
<xsl:with-param name="wanted-time" select="'future'" />
<xsl:with-param name="nb-items" select="3" />
<xsl:with-param name="nb-items" select="2" />
<xsl:with-param name="tag">
<xsl:value-of select="$country-code" />
</xsl:with-param>