Make sure references are sent server side (somehow)
svn path=/trunk/; revision=34063
This commit is contained in:
parent
a0dc84339a
commit
f8d14265c9
@ -45,7 +45,7 @@
|
||||
</xsl:element>
|
||||
<xsl:call-template name="fsfe-gettext"><xsl:with-param name="id" select="'donate-paragraph'" /></xsl:call-template>
|
||||
<xsl:element name="a">
|
||||
<xsl:attribute name="href">/donate/donate.html#ref-followupbox</xsl:attribute>
|
||||
<xsl:attribute name="href">/donate/donate.html?ref-followupbox</xsl:attribute>
|
||||
<xsl:attribute name="class">btn</xsl:attribute>
|
||||
<xsl:call-template name="fsfe-gettext"><xsl:with-param name="id" select="'donate'" /></xsl:call-template>
|
||||
</xsl:element>
|
||||
@ -57,7 +57,7 @@
|
||||
</xsl:element>
|
||||
<xsl:call-template name="fsfe-gettext"><xsl:with-param name="id" select="'join-paragraph'" /></xsl:call-template>
|
||||
<xsl:element name="a">
|
||||
<xsl:attribute name="href">/fellowship/join.html#ref-followupbox</xsl:attribute>
|
||||
<xsl:attribute name="href">/fellowship/join.html?ref-followupbox</xsl:attribute>
|
||||
<xsl:attribute name="class">btn</xsl:attribute>
|
||||
<xsl:call-template name="fsfe-gettext"><xsl:with-param name="id" select="'join'" /></xsl:call-template>
|
||||
</xsl:element>
|
||||
|
@ -26,7 +26,7 @@
|
||||
</div>
|
||||
|
||||
<div id="newsletter" class="section">
|
||||
<a class="big-donate" href="/join#ref-frontpage">Join the FSFE</a>
|
||||
<a class="big-donate" href="/join?ref-frontpage">Join the FSFE</a>
|
||||
|
||||
<h2><a href="/news/newsletter.html"><newsletter-label /></a></h2>
|
||||
|
||||
@ -56,7 +56,7 @@
|
||||
<div id="shop-promo" class="section">
|
||||
<img src="/graphics/tshirt-promo.jpg" alt="" />
|
||||
|
||||
<a class="big-donate" href="/order/order.html#ref-frontpage">Shop</a>
|
||||
<a class="big-donate" href="/order/order.html?ref-frontpage">Shop</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user