diff options
| author | ilotterytea <iltsu@alright.party> | 2025-05-16 02:35:37 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-05-16 02:35:37 +0500 |
| commit | b7f98ae1ab924edebb5a06506cc8545956fd8443 (patch) | |
| tree | 225b2024d2b13ba894f98171f092333183c305db /public/emotes/index.php | |
| parent | 664f82212c191af8e8bcbafeb60c8b78a10b4fbe (diff) | |
feat: emote wall
Diffstat (limited to 'public/emotes/index.php')
| -rw-r--r-- | public/emotes/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
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 '</div>'; } else { - echo "Emotes - Page $page/$total_pages"; + echo "<div class='grow'>Emotes - Page $page/$total_pages</div>"; + html_emotelist_mode(); } ?> </div> |
