From b7f98ae1ab924edebb5a06506cc8545956fd8443 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Fri, 16 May 2025 02:35:37 +0500 Subject: feat: emote wall --- public/emotes/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'public/emotes') diff --git a/public/emotes/index.php b/public/emotes/index.php index 9501f04..af14120 100644 --- a/public/emotes/index.php +++ b/public/emotes/index.php @@ -181,7 +181,8 @@ if (CLIENT_REQUIRES_JSON) { } echo ''; } else { - echo "Emotes - Page $page/$total_pages"; + echo "
Emotes - Page $page/$total_pages
"; + html_emotelist_mode(); } ?> -- cgit v1.2.3