summaryrefslogtreecommitdiff
path: root/includes/metadata.inc
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2023-02-24 11:45:36 +0100
committerMinteck <contact@minteck.org>2023-02-24 11:45:36 +0100
commit15bb1453008237edbc2cb4e82a9eb44db6f99794 (patch)
treea0e07c50b7f38b5a1a399ef1bf5c1264a6fc1d6c /includes/metadata.inc
parent3d1cd02f27518f1a04374c7c8320cd5d82ede6e9 (diff)
downloadpluralconnect-15bb1453008237edbc2cb4e82a9eb44db6f99794.tar.gz
pluralconnect-15bb1453008237edbc2cb4e82a9eb44db6f99794.tar.bz2
pluralconnect-15bb1453008237edbc2cb4e82a9eb44db6f99794.zip
Updated 10 files (automated)
Diffstat (limited to 'includes/metadata.inc')
-rw-r--r--includes/metadata.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/metadata.inc b/includes/metadata.inc
index 10a87ab..d903010 100644
--- a/includes/metadata.inc
+++ b/includes/metadata.inc
@@ -71,6 +71,7 @@ if (file_exists($_SERVER['DOCUMENT_ROOT'] . "/includes/data/metadata/" . $member
<option <?= $metadata["alignment"]["sexual"] === "homo" ? "selected" : "" ?> value="homo">Homosexual</option>
<option <?= $metadata["alignment"]["sexual"] === "bi" ? "selected" : "" ?> value="bi">Bisexual</option>
<option <?= $metadata["alignment"]["sexual"] === "pan" ? "selected" : "" ?> value="pan">Pansexual</option>
+ <option <?= $metadata["alignment"]["sexual"] === "poly" ? "selected" : "" ?> value="poly">Polysexual</option>
</select>
<select class="tooltip-nohelp form-select" style='display:inline-block;filter:invert(1) hue-rotate(180deg);background-image:url("data:image/svg+xml,%3csvg xmlns=&apos;http://www.w3.org/2000/svg&apos; viewBox=&apos;0 0 16 16&apos;%3e%3cpath fill=&apos;none&apos; stroke=&apos;%23000000&apos; stroke-linecap=&apos;round&apos; stroke-linejoin=&apos;round&apos; stroke-width=&apos;2&apos; d=&apos;M2 5l6 6 6-6&apos;/%3e%3c/svg%3e");' name="alignment[romantic]">
<option <?= $metadata["alignment"]["romantic"] === "aroace" ? "selected" : "" ?> value="aroace">Aromantic</option>
@@ -78,6 +79,7 @@ if (file_exists($_SERVER['DOCUMENT_ROOT'] . "/includes/data/metadata/" . $member
<option <?= $metadata["alignment"]["romantic"] === "homo" ? "selected" : "" ?> value="homo">Homoromantic</option>
<option <?= $metadata["alignment"]["romantic"] === "bi" ? "selected" : "" ?> value="bi">Biromantic</option>
<option <?= $metadata["alignment"]["romantic"] === "pan" ? "selected" : "" ?> value="pan">Panromantic</option>
+ <option <?= $metadata["alignment"]["romantic"] === "poly" ? "selected" : "" ?> value="poly">Polyromantic</option>
</select>
</div>
</div>