diff options
| author | ilotterytea <iltsu@alright.party> | 2025-04-30 01:25:44 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-04-30 01:25:44 +0500 |
| commit | ef16637d0f6822f326266f50b496f294ecd53cba (patch) | |
| tree | 7e7353e8fab299a53fff0282f8a2f816a728f000 /public | |
| parent | ea85d9383460d1957158b023b3b3647d3026687f (diff) | |
feat: featured emotes
Diffstat (limited to 'public')
| -rw-r--r-- | public/emotes/index.php | 1 |
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> |
