potential

<option value="discord">Discord</option> <option value="google">Google Dark</option> <option value="gruvbox">Gruvbox</option> <option value="github_night">GitHub Night</option> <option value="catppuccin_latte">Catppuccin Latte</option> <option value="catppuccin_frappe">Catppuccin Frappe</option> <option value="catppuccin_macchiato">Catppuccin Macchiato</option> <option value="catppuccin_mocha">Catppuccin Mocha</option> <option value="ubuntu">Ubuntu</option> <option value="tokyo_night">Tokyo Night</option>"; if (!isset($opts->theme)) { $theme = $default; } $theme = $opts->theme; $themes = str_replace($theme . """, $theme . "" selected", $themes); echo $themes; ?> </select> </div> <div> <label><?php printtext("settings_number_of_results");?></label> <input type="number" name="number_of_results" value="<?php echo htmlspecialchars($opts->number_of_results ?? "10") ?>" > </div> </div> <?php require_once "engines/text/text.php"; $engines = get_engines(); $options = ""; $options .= "<option value="$lang_code" $selected>$name</option>"; } echo $options; ?> </select> </div> </div> </div> </div> </div> <?php require_once "misc/header.php"; ?>