diff options
Diffstat (limited to 'includes/member.inc')
-rw-r--r-- | includes/member.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/member.inc b/includes/member.inc index 2a0c346..6f36f75 100644 --- a/includes/member.inc +++ b/includes/member.inc @@ -211,7 +211,7 @@ if ($memberData["name"] === "fusion") { <?php endif; ?> <?php if ($travelling[$memberID]['travelling']): ?> <div class="alert alert-primary"> - <?= getMiniName($memberData["display_name"] ?? $memberData["name"]) ?> is visiting the <?= $systemID === "ynmuc" ? "Raindrops System" : "Cloudburst System" ?> since <?= timeAgo($travelling[$memberID]["history"][count($travelling[$memberID]["history"]) - 1]["start"]) ?>, therefore <?= getMemberPronouns($memberData["pronouns"])["subjective"] ?> <?= getMemberPronouns($memberData["pronouns"])["third"] ? "is" : "are" ?> currently not in the <?= $systemCommonName ?>. + <?= getMiniName($memberData["display_name"] ?? $memberData["name"]) ?> is visiting the <?= $systemID === "ynmuc" ? "Raindrops System" : "Cloudburst System" ?>, therefore <?= getMemberPronouns($memberData["pronouns"])["subjective"] ?> <?= getMemberPronouns($memberData["pronouns"])["third"] ? "is" : "are" ?> currently not in the <?= $systemCommonName ?>. </div> <?php endif; ?> <?php if ($memberData["name"] === "new"): ?> |