File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 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>
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 " ); ?>
You can’t perform that action at this time.
0 commit comments