add jobs link to footer
This commit is contained in:
@@ -74,6 +74,19 @@
|
||||
</xsl:element>
|
||||
</xsl:element>
|
||||
|
||||
<!-- Jobs -->
|
||||
<xsl:element name="p">
|
||||
<xsl:element name="a">
|
||||
<xsl:attribute name="href">
|
||||
<xsl:value-of select="$urlprefix"/>
|
||||
<xsl:text>/about/jobs/index.html</xsl:text>
|
||||
</xsl:attribute>
|
||||
<xsl:call-template name="fsfe-gettext">
|
||||
<xsl:with-param name="id" select="'jobs'"/>
|
||||
</xsl:call-template>
|
||||
</xsl:element>
|
||||
</xsl:element>
|
||||
|
||||
<!-- Imprint and other legal stuff -->
|
||||
<xsl:element name="p">
|
||||
<xsl:element name="a">
|
||||
|
||||
@@ -114,6 +114,7 @@
|
||||
<text id="go-top">Go to the top</text>
|
||||
<text id="source">Source code</text>
|
||||
<text id="contact-us">Contact us</text>
|
||||
<text id="jobs">Jobs</text>
|
||||
<text id="translate">Translate this page?</text>
|
||||
<text id="contribute-web">Contribute to the Web team</text>
|
||||
<text id="imprint">Imprint</text>
|
||||
|
||||
Reference in New Issue
Block a user