diff options
author | Minteck <contact@minteck.org> | 2023-02-24 11:45:36 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2023-02-24 11:45:36 +0100 |
commit | 15bb1453008237edbc2cb4e82a9eb44db6f99794 (patch) | |
tree | a0e07c50b7f38b5a1a399ef1bf5c1264a6fc1d6c /includes/member.inc | |
parent | 3d1cd02f27518f1a04374c7c8320cd5d82ede6e9 (diff) | |
download | pluralconnect-15bb1453008237edbc2cb4e82a9eb44db6f99794.tar.gz pluralconnect-15bb1453008237edbc2cb4e82a9eb44db6f99794.tar.bz2 pluralconnect-15bb1453008237edbc2cb4e82a9eb44db6f99794.zip |
Updated 10 files (automated)
Diffstat (limited to 'includes/member.inc')
-rw-r--r-- | includes/member.inc | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/includes/member.inc b/includes/member.inc index 66d0798..5292dc1 100644 --- a/includes/member.inc +++ b/includes/member.inc @@ -58,15 +58,16 @@ if ($memberData["name"] === "fusion") { <div id="page-content"> <?php if ($memberData["name"] === "unknown"): ?> <br> - <div class="alert alert-secondary"> - <p><?= $lang["member"]["unknown"][0] ?></p> - <p><?= $lang["member"]["unknown"][1] ?></p> - <p><?= $lang["member"]["unknown"][2] ?></p> - <span><?= $lang["member"]["unknown"][3] ?></span> + <div class="alert alert-secondary" style="margin-bottom: 0 !important;"> + <p>Hello there!</p> + <p>I'm currently not totally sure who I am (it's a thing that can happen with plurality), but I am using this pony as a temporary identity to stay calm and not panic while I figure out what is going on and who I am.</p> + <p>I can either be an existing headmate who cannot work out they are fronting (this can sometimes happen when one of us gets pushed out of front), multiple headmates blurring who cannot work out who we are, a new pony trying to figure out their identity (this can sometimes take a while), or some other plurality shenanigans.</p> + <span>In all cases, feel free to ask!</span> </div> + <br> <?php elseif ($memberData["name"] === "fusion"): ?> <br> - <div class="alert alert-secondary"> + <div class="alert alert-secondary" style="margin-bottom: 0 !important;"> <p><?= $lang["member"]["fusion"][0] ?></p> <p><?= $lang["member"]["fusion"][1] ?></p> <p><?= $lang["member"]["fusion"][2] ?></p> @@ -79,6 +80,7 @@ if ($memberData["name"] === "fusion") { <i><?= $lang["member"]["no_fusion"] ?></i> <?php endif; ?> </div> + <br> <?php else: ?> <?php if (file_exists($_SERVER['DOCUMENT_ROOT'] . "/includes/data/content/$memberID-private.html") && $isLoggedIn): ?> <br> |