Add Events in menu
svn path=/trunk/; revision=1139
This commit is contained in:
parent
11fc9a84a9
commit
be81481d89
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user