summaryrefslogtreecommitdiff
path: root/xsl/layout.xsl
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2016-07-05 08:54:53 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2016-07-05 08:57:55 +0200
commitec83b34a8f2ab92966ecbfc196245f5965306484 (patch)
treec38ff2e99b54598aed3b897e6416b3d9da46ddf4 /xsl/layout.xsl
parent7c0de6da893a1e709663c462170ff2c0e4110ac1 (diff)
downloadmutti-web-ec83b34a8f2ab92966ecbfc196245f5965306484.tar.gz
mutti-web-ec83b34a8f2ab92966ecbfc196245f5965306484.tar.bz2
mutti-web-ec83b34a8f2ab92966ecbfc196245f5965306484.zip
Allow to use different resource caching schemes
On the deployment server we no use make versioned_jpg="'s/.*/.&.jpg/'" versioned_png="'s/.*/.&.png/'" to generate resource urls like image.f74d4ea.png
Diffstat (limited to 'xsl/layout.xsl')
-rw-r--r--xsl/layout.xsl8
1 files changed, 4 insertions, 4 deletions
diff --git a/xsl/layout.xsl b/xsl/layout.xsl
index 7b0a4c9..21d466d 100644
--- a/xsl/layout.xsl
+++ b/xsl/layout.xsl
@@ -48,7 +48,7 @@
<br/>
<br/>
<a href="https://plus.google.com/112211240794067152603">
- <img src="img/gplus32.png?{$version}" width="32" height="32" class="social-icon" alt="Google Plus" />
+ <img src="img/gplus32{$versioned_png}" width="32" height="32" class="social-icon" alt="Google Plus" />
</a>
<br/>
<a href="contact{$suffix}" class="redbox">
@@ -65,14 +65,14 @@
</div>
<div class="logos">
<a href="http://www.idz-zertifikat.de/voraussetzung-fachberater-existenzgruender" target="_blank">
- <img src="idz-siegel.jpg?{$version}" width="190" height="79"
+ <img src="idz-siegel{$versioned_jpg}" width="190" height="79"
alt="Fachberaterin für Existenzgründer - Institut für Dienstleistungszertifizierung" />
</a>
<a href="http://www.mikrokredit.net/" target="_blank">
- <img src="kapitalinstitut.png?{$version}" width="180" height="32" alt="Kapitalinstitut" />
+ <img src="kapitalinstitut{$versioned_png}" width="180" height="32" alt="Kapitalinstitut" />
</a>
<a href="http://www.fuer-gruender.de/beratung/dienstleister-finden/firma/beratung-controlling/" target="_blank">
- <img src="fuer-gruender.de-siegel.png?{$version}" width="77" height="77" alt="Für-Gründer.de" />
+ <img src="fuer-gruender.de-siegel{$versioned_png}" width="77" height="77" alt="Für-Gründer.de" />
</a>
</div>
<footer>