Add Events in menu

svn path=/trunk/; revision=1139
This commit is contained in:
taz 2001-08-10 09:04:38 +00:00
parent 11fc9a84a9
commit be81481d89
2 changed files with 12 additions and 0 deletions

View File

@ -135,6 +135,12 @@
<a href="{$fsfeurope}/news/news.en.html" class="T2">News</a>
</xsl:otherwise>
</xsl:choose><br/>
<xsl:choose>
<xsl:when test="$path='events/events.en.xhtml'">Events</xsl:when>
<xsl:otherwise>
<a href="{$fsfeurope}/events/events.en.html" class="T2">Events</a>
</xsl:otherwise>
</xsl:choose><br/>
<xsl:choose>
<xsl:when test="$path='press/index.xhtml'">Press Section</xsl:when>
<xsl:otherwise>

View File

@ -135,6 +135,12 @@
<a href="{$fsfeurope}/news/news.fr.html" class="T2">Nouvelles</a>
</xsl:otherwise>
</xsl:choose><br/>
<xsl:choose>
<xsl:when test="$path='events/events.fr.xhtml'">Evènements</xsl:when>
<xsl:otherwise>
<a href="{$fsfeurope}/events/events.fr.html" class="T2">Evènements</a>
</xsl:otherwise>
</xsl:choose><br/>
<xsl:choose>
<xsl:when test="$path='press/index.fr.xhtml'">Section Presse</xsl:when>
<xsl:otherwise>