Skip to content

Commit

Permalink
Correct banners
Browse files Browse the repository at this point in the history
  • Loading branch information
tvlooy committed Oct 26, 2023
1 parent 9df86dd commit b3ae08b
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 7 deletions.
12 changes: 10 additions & 2 deletions templates/Participant/show/expired.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,16 @@
<div class="box">
{% if app.environment not in ['test'] %}
<div class="row text-center">
<script async="async" data-cfasync="false" src="//pl21094652.toprevenuegate.com/bd105dbed45a2859f84f604f32d7ff3a/invoke.js"></script>
<div id="container-bd105dbed45a2859f84f604f32d7ff3a"></div>
<script type="text/javascript">
atOptions = {
'key' : '4e46a9746a54e456c0123bd2f828c7c5',
'format' : 'iframe',
'height' : 250,
'width' : 300,
'params' : {}
};
document.write('<scr' + 'ipt type="text/javascript" src="//www.highcpmcreativeformat.com/4e46a9746a54e456c0123bd2f828c7c5/invoke.js"></scr' + 'ipt>');
</script>
<script type="text/javascript">
atOptions = {
'key' : '1cb00a92525fd6d7336ec732f4b8ad5c',
Expand Down
12 changes: 10 additions & 2 deletions templates/Participant/show/valid.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,16 @@
<div class="row text-center">
<div class="col mb-2">
{% if app.environment not in ['test'] %}
<script async="async" data-cfasync="false" src="//pl21094652.toprevenuegate.com/bd105dbed45a2859f84f604f32d7ff3a/invoke.js"></script>
<div id="container-bd105dbed45a2859f84f604f32d7ff3a"></div>
<script type="text/javascript">
atOptions = {
'key' : '4e46a9746a54e456c0123bd2f828c7c5',
'format' : 'iframe',
'height' : 250,
'width' : 300,
'params' : {}
};
document.write('<scr' + 'ipt type="text/javascript" src="//www.highcpmcreativeformat.com/4e46a9746a54e456c0123bd2f828c7c5/invoke.js"></scr' + 'ipt>');
</script>
<script type="text/javascript">
atOptions = {
'key' : '1cb00a92525fd6d7336ec732f4b8ad5c',
Expand Down
14 changes: 11 additions & 3 deletions templates/Party/create.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -181,14 +181,22 @@
</button>
</p>
{{ form_end(form) }}
{% if app.environment not in ['test'] %}
{% if app.environment in ['test'] %}
{% if geoCountry() in ["BE", "NL"] %}
<a href="https://kersthits.lnk.to/playlist" rel="noopener noreferrer" target="_blank">
<img src="{{ absolute_url(asset('/sony2021.jpg')) }}" width="100%">
</a><br>
{% endif %}
<script async="async" data-cfasync="false" src="//pl21094652.toprevenuegate.com/bd105dbed45a2859f84f604f32d7ff3a/invoke.js"></script>
<div id="container-bd105dbed45a2859f84f604f32d7ff3a"></div>
<script type="text/javascript">
atOptions = {
'key' : '4e46a9746a54e456c0123bd2f828c7c5',
'format' : 'iframe',
'height' : 250,
'width' : 300,
'params' : {}
};
document.write('<scr' + 'ipt type="text/javascript" src="//www.highcpmcreativeformat.com/4e46a9746a54e456c0123bd2f828c7c5/invoke.js"></scr' + 'ipt>');
</script>
<script type="text/javascript">
atOptions = {
'key' : '1cb00a92525fd6d7336ec732f4b8ad5c',
Expand Down

0 comments on commit b3ae08b

Please sign in to comment.