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 ++- public/emotesets.php | 11 +++++++++-- public/static/img/icons/table.png | Bin 0 -> 566 bytes public/static/style.css | 11 ++++++++++- public/users.php | 15 ++++++++++----- 5 files changed, 31 insertions(+), 9 deletions(-) create mode 100644 public/static/img/icons/table.png (limited to 'public') 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(); } ?> diff --git a/public/emotesets.php b/public/emotesets.php index d393779..635f4c4 100644 --- a/public/emotesets.php +++ b/public/emotesets.php @@ -134,8 +134,15 @@ if (CLIENT_REQUIRES_JSON) {
-