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/metadata.inc | |
parent | 3d1cd02f27518f1a04374c7c8320cd5d82ede6e9 (diff) | |
download | pluralconnect-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.inc | 2 |
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='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%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> |