Skip to content

Commit

Permalink
Update premium.php
Browse files Browse the repository at this point in the history
limpeza de erros.
  • Loading branch information
odisk777 authored Nov 15, 2023
1 parent 253989b commit 8dce66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/tibiacom/boxes/premium.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<div id="PremiumBoxDecor" style="background-image:url(<?php echo $template_path ?>/images/themeboxes/premium/coin_animation.gif);"></div>
<div id="PremiumBoxBg" style="background-image:url(<?php echo $template_path ?>/images/themeboxes/premium/coins_premium.png);"></div>
<div id="PremiumBoxOverlay" style="background-image:url(<?php echo $template_path ?>/images/themeboxes/premium/type_overlay.png);">
<p id="PremiumBoxOverlayText">Become <?= isVipSystemEnabled() ? 'VIP' : 'Premium' ?>!</p>
<p id="PremiumBoxOverlayText">Become Premium!</p>
</div>
<div id="PremiumBoxButton">
<form action="?points" method="post" style="padding:0px;margin:0px;">
Expand Down

0 comments on commit 8dce66b

Please sign in to comment.