summaryrefslogtreecommitdiff
path: root/public/emotes
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-04-30 01:01:31 +0500
committerilotterytea <iltsu@alright.party>2025-04-30 01:01:31 +0500
commitea85d9383460d1957158b023b3b3647d3026687f (patch)
treecec7abc2dd3c7841cc5266fc1aef8558352fbd74 /public/emotes
parent8c148952a95ee756038bc0e7afbf52f63249227f (diff)
feat: random emote
Diffstat (limited to 'public/emotes')
-rw-r--r--public/emotes/index.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/public/emotes/index.php b/public/emotes/index.php
index dc406f5..93d6e8e 100644
--- a/public/emotes/index.php
+++ b/public/emotes/index.php
@@ -166,7 +166,10 @@ if (CLIENT_REQUIRES_JSON) {
<section class="content row">
<section class="sidebar">
- <?php html_navigation_search() ?>
+ <?php
+ html_navigation_search();
+ html_random_emote($db);
+ ?>
</section>
<section class="content">
<?php display_alert() ?>