We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d4e8ba + 43d57d3 commit fa6dcb6Copy full SHA for fa6dcb6
1 file changed
pyplanet/apps/contrib/ads/templates/paypal_logo.xml
@@ -1,4 +1,10 @@
1
<quad pos="{{ pos_x }} {{ pos_y }}" z-index="100" size="10 10" image="http://maniacdn.net/toffe/pyplanet/apps/ads/paypal_logo.png"
2
autoscale="0" opacity ="0.7" keepratio="Clip" halign="center" valign="center" url="{{ donation_url }}" class="distraction-hide" />
3
4
-<script><!-- {% include 'core.views/generics/widget.Script.Txt' %} --></script>
+{% block maniascript %}
5
+ {% if _game.game == 'tmnext' %}
6
+ <script><!-- {% include 'core.views/generics/widget_next.Script.Txt' %} --></script>
7
+ {% else %}
8
+ <script><!-- {% include 'core.views/generics/widget.Script.Txt' %} --></script>
9
+ {% endif %}
10
+{% endblock %}
0 commit comments