summaryrefslogtreecommitdiff
path: root/includes/components/fullbanner.inc
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-05-27 17:43:54 +0200
committerRaindropsSys <contact@minteck.org>2023-05-27 17:43:54 +0200
commita542c7beec172123100bca3c59a42109ee7e2d08 (patch)
tree77885a791562570975145b47cb75efc2c1540446 /includes/components/fullbanner.inc
parent81f4d57775853615633af0f3c8f7a1f139a64265 (diff)
downloadpluralconnect-a542c7beec172123100bca3c59a42109ee7e2d08.tar.gz
pluralconnect-a542c7beec172123100bca3c59a42109ee7e2d08.tar.bz2
pluralconnect-a542c7beec172123100bca3c59a42109ee7e2d08.zip
Updated 6 files and added assets/logo/celeste.png (automated)
Diffstat (limited to 'includes/components/fullbanner.inc')
-rw-r--r--includes/components/fullbanner.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/components/fullbanner.inc b/includes/components/fullbanner.inc
index ddd59df..b8f1f27 100644
--- a/includes/components/fullbanner.inc
+++ b/includes/components/fullbanner.inc
@@ -22,7 +22,7 @@
<?php elseif ($travelling[$memberID]['travelling'] && $travelling[$memberID]['equestria']): ?>
<br>
<div class="alert alert-primary" style="margin-bottom: 0 !important;">
- <?= getMiniName($memberData["display_name"] ?? $memberData["name"]) ?> is on a trip to Equestria. <?= str_replace("%1", getMemberPronouns($memberData["pronouns"])["subjective"], str_replace("%2", getMemberPronouns($memberData["pronouns"])["third"] ? "is" : "are", "Therefore %1 %2 currently not in the ")) ?><?= $systemCommonName ?>.
+ <?= getMiniName($memberData["display_name"] ?? $memberData["name"]) ?> is on a trip to <?= $metadata["fictive"] ? "Equestria" : "Celeste" ?>. <?= str_replace("%1", getMemberPronouns($memberData["pronouns"])["subjective"], str_replace("%2", getMemberPronouns($memberData["pronouns"])["third"] ? "is" : "are", "Therefore %1 %2 currently not in the ")) ?><?= $systemCommonName ?>.
</div>
<br>
<?php endif; ?> \ No newline at end of file