summaryrefslogtreecommitdiff
path: root/public/emotesets.php
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-05-03 01:39:13 +0500
committerilotterytea <iltsu@alright.party>2025-05-03 01:39:13 +0500
commit64f0533dc1779e7cca5f2678f7ae560df8d922bb (patch)
treebe319637f1a6ae6839b3685d6348a528025a7248 /public/emotesets.php
parent0c25e3dd54225b126ad8e48e10f4fbde8ce26ec5 (diff)
feat: config sample and more config options
Diffstat (limited to 'public/emotesets.php')
-rw-r--r--public/emotesets.php6
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>