summaryrefslogtreecommitdiff
path: root/public/users.php
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-04-22 13:15:31 +0500
committerilotterytea <iltsu@alright.party>2025-04-22 13:15:31 +0500
commit460d12ab7bb93daa6b03300fefdfccefb6d32d01 (patch)
tree9255b1a75f9cf31b4b6b87bcb1268a0b80df74fe /public/users.php
parentbb05b244f95bb6f507c9e825efd4da4d3d93662b (diff)
upd: combined single_page and multiple_page into one + updated emote url
Diffstat (limited to 'public/users.php')
-rw-r--r--public/users.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/users.php b/public/users.php
index fae1e70..fdcbacf 100644
--- a/public/users.php
+++ b/public/users.php
@@ -308,7 +308,7 @@ if ($is_json) {
echo '<tr>';
echo '<th><img src="/static/img/icons/heart.png"> Favorite emote</th>';
echo '<td>';
- echo "<a href=\"/emotes/$fav_emote\">";
+ echo "<a href=\"/emotes?id=$fav_emote\">";
echo $row["code"] . ' <img src="/static/userdata/emotes/' . $fav_emote . '/1x.' . $row["ext"] . '" width="16" height="16">';
echo '</a></td></tr>';
}