summaryrefslogtreecommitdiff
path: root/public/emotes/index.php
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-04-30 01:25:44 +0500
committerilotterytea <iltsu@alright.party>2025-04-30 01:25:44 +0500
commitef16637d0f6822f326266f50b496f294ecd53cba (patch)
tree7e7353e8fab299a53fff0282f8a2f816a728f000 /public/emotes/index.php
parentea85d9383460d1957158b023b3b3647d3026687f (diff)
feat: featured emotes
Diffstat (limited to 'public/emotes/index.php')
-rw-r--r--public/emotes/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/emotes/index.php b/public/emotes/index.php
index 93d6e8e..04dec65 100644
--- a/public/emotes/index.php
+++ b/public/emotes/index.php
@@ -168,6 +168,7 @@ if (CLIENT_REQUIRES_JSON) {
<section class="sidebar">
<?php
html_navigation_search();
+ html_featured_emote($db);
html_random_emote($db);
?>
</section>