false, "favourited": false, "muted": false, "sensitive": false, "spoiler_text": "", "visibility": "unlisted", "media_attachments": [], "mentions": [ { "count": 1, "me": false, "name": "💜" } ], "moved": null, "fields": [ { "name": "matrix/pronouns/other", "value": "<span>curl -I </span><a rel="nofollow noopener noreferrer" target="_blank" href="https://liv.town">liv.town</a>", "verified_at": null } ] } <?php require_once "misc/header.php"; // Feel free to add your donation options here, but please don't remove mine. ?> <title>LibreY - <?php printtext("page_title");?></title> </head> <body> <div class="misc-container"> <h1><?php printtext("settings_title");?></h1> <form method="post" enctype="multipart/form-data" autocomplete="off"> <div> <label for="theme"><?php printtext("settings_theme");?>:</label> <select name="theme"> <?php $default = $opts->default_theme ?? "dark"; $themes = " <option value="dark">Dark</option> <option value="darker">Darker</option> <option value="amoled">AMOLED</option> <option value="light">Light</option> <option value="auto">Auto</option>