Add link to about/
svn path=/trunk/; revision=1004
This commit is contained in:
parent
610013fef8
commit
0b31b325d3
@ -90,6 +90,12 @@
|
||||
<a href="{$fsfeurope}/contact/index.de.html" class="T2">Kontakt</a>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose><br/>
|
||||
<xsl:choose>
|
||||
<xsl:when test="$path='about/index.xhtml'">Über</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<a href="{$fsfeurope}/about/index.html" class="T2">Über</a>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose><br/>
|
||||
<xsl:choose>
|
||||
<xsl:when test="$path='help/help.de.xhtml'">Helfen</xsl:when>
|
||||
<xsl:otherwise>
|
||||
|
@ -98,6 +98,12 @@
|
||||
<a href="{$fsfeurope}/contact/index.html" class="T2">Contact</a>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose><br/>
|
||||
<xsl:choose>
|
||||
<xsl:when test="$path='about/index.xhtml'">About</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<a href="{$fsfeurope}/about/index.html" class="T2">About</a>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose><br/>
|
||||
<xsl:choose>
|
||||
<xsl:when test="$path='help/help.xhtml'">Help</xsl:when>
|
||||
<xsl:otherwise>
|
||||
|
@ -104,6 +104,12 @@
|
||||
<a href="{$fsfeurope}/contact/index.fr.html" class="T2">Contact</a>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose><br/>
|
||||
<xsl:choose>
|
||||
<xsl:when test="$path='about/index.xhtml'">About</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<a href="{$fsfeurope}/about/index.html" class="T2">About</a>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose><br/>
|
||||
<xsl:choose>
|
||||
<xsl:when test="$path='background.fr.xhtml'">Contexte</xsl:when>
|
||||
<xsl:otherwise>
|
||||
|
@ -96,6 +96,12 @@
|
||||
<a href="{$fsfeurope}/contact/index.pt.html" class="T2">Contactos</a>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose><br/>
|
||||
<xsl:choose>
|
||||
<xsl:when test="$path='about/index.xhtml'">Sobre</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<a href="{$fsfeurope}/about/index.html" class="T2">Sobre</a>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose><br/>
|
||||
<xsl:choose>
|
||||
<xsl:when test="$path='background.pt.xhtml'">Contexto</xsl:when>
|
||||
<xsl:otherwise>
|
||||
|
Loading…
x
Reference in New Issue
Block a user