summaryrefslogtreecommitdiff
path: root/public/emotes/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/emotes/index.php')
-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() ?>