Skip to content

Commit

Permalink
Add Soda banner
Browse files Browse the repository at this point in the history
  • Loading branch information
tvlooy committed Dec 4, 2023
1 parent d621f8c commit 371f67d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion templates/Party/create.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,15 @@
{% if geoCountry() == "BE" %}
{% if app.request.locale == "fr" %}
<a href="https://sodastream.be/fr/?utm_source=secret+santa&utm_medium=banner" rel="noopener noreferrer" target="_blank">
<img src="{{ absolute_url(asset('/banners/SodaStream-SODA_001-15--FR.png')) }}" width="100%">
</a><br>
{% elseif app.request.locale == "nl" %}
<a href="https://sodastream.be/?utm_source=secret+santa&utm_medium=banner" rel="noopener noreferrer" target="_blank">
<img src="{{ absolute_url(asset('/banners/SodaStream-SODA_001-15--NL.png')) }}" width="100%">
</a><br>
{% else %}
<a href="https://sodastream.be/?utm_source=secret+santa&utm_medium=banner" rel="noopener noreferrer" target="_blank">
<img src="{{ absolute_url(asset('/banners/SodaStream-SODA_001-15--NL.png')) }}" width="100%">
<img src="{{ absolute_url(asset('/banners/SodaStream-SODA_001-15--EN.png')) }}" width="100%">
</a><br>
{% endif %}
{% endif %}
Expand Down

0 comments on commit 371f67d

Please sign in to comment.