Skip to content

Commit c5848f7

Browse files
authored
Merge pull request #389 from minusQuantumNeko/donations
Remove paysafecard from UI and add profile links
2 parents 2a36bdc + de9c553 commit c5848f7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

donate/index.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<a class="osekai__button" id="btnPaypal">
7575
<?= GetStringRaw("donate", "donate.paypal") ?>
7676
</a>
77-
<a class="osekai__button" id="btnPaysafecard">
77+
<a class="osekai__button hidden" id="btnPaysafecard">
7878
<?= GetStringRaw("donate", "donate.paysafecard") ?>
7979
</a>
8080
</div>
@@ -146,7 +146,9 @@
146146
<img src="https://a.ppy.sh/<?= $topdonators[$k]['osuId']; ?>">
147147
<div class="donate__panel-texts">
148148
<h1>
149-
<?= $topdonators[$k]['Username']; ?>
149+
<a href="https://osekai.net/profiles/?user=<?= $topdonators[$k]['osuId']; ?>">
150+
<?= $topdonators[$k]['Username']; ?>
151+
</a>
150152
</h1>
151153
<p>
152154
@@ -268,4 +270,4 @@ function closePaymentPanel() {
268270
}
269271
</script>
270272
</body>
271-
<?php include($_SERVER['DOCUMENT_ROOT'] . "/global/php/functionsEnd.php"); ?>
273+
<?php include($_SERVER['DOCUMENT_ROOT'] . "/global/php/functionsEnd.php"); ?>

0 commit comments

Comments
 (0)