diff options
| author | ilotterytea <iltsu@alright.party> | 2025-04-30 01:01:31 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-04-30 01:01:31 +0500 |
| commit | ea85d9383460d1957158b023b3b3647d3026687f (patch) | |
| tree | cec7abc2dd3c7841cc5266fc1aef8558352fbd74 /public/emotes | |
| parent | 8c148952a95ee756038bc0e7afbf52f63249227f (diff) | |
feat: random emote
Diffstat (limited to 'public/emotes')
| -rw-r--r-- | public/emotes/index.php | 5 |
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() ?> |
