diff options
Diffstat (limited to 'public/emotesets.php')
| -rw-r--r-- | public/emotesets.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/public/emotesets.php b/public/emotesets.php index 8dfdab0..cacdae4 100644 --- a/public/emotesets.php +++ b/public/emotesets.php @@ -185,8 +185,10 @@ if (CLIENT_REQUIRES_JSON) { <head> <title> - <?php echo $emote_sets != null ? (count($emote_sets) . " emotesets") : ('"' . $emote_set["name"] . '" emoteset') ?> - - alright.party + <?php + echo $emote_sets != null ? (count($emote_sets) . " emotesets") : ('"' . $emote_set["name"] . '" emoteset'); + echo ' - ' . INSTANCE_NAME; + ?> </title> <link rel="stylesheet" href="/static/style.css"> </head> |
