diff options
Diffstat (limited to 'public/emotesets.php')
| -rw-r--r-- | public/emotesets.php | 11 |
1 files changed, 9 insertions, 2 deletions
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) { <section class="content row"> <section class="content"> <section class="box"> - <div class="box navtab"> - <?php echo $title ?> + <div class="box navtab row"> + <div class="grow"> + <?php echo $title ?> + </div> + <?php + if (!empty($emote_set)) { + html_emotelist_mode(); + } + ?> </div> <div class="box content small-gap items"> <?php |
