"" 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> <div class="qr-box"> <div class="inner-wrap"> <h3>Bitcoin [BTC]</h3> <p>bc1qs43kh6tvhch02dtsp7x7hcrwj8fwe4rzy7lp0h</p> </div> <img src="static/images/xmr.png" height="160" width="160" alt="xmr qr code (ahwx)" /> </div> <div class="flex-row"> <a href="https://ko-fi.com/Ahwxorg" target="_blank" ><img src="static/images/kofi.png" alt="kifi img" height="50" width="auto" alt="buy-me-a-coffee img" /></a> </div> </div> </div> <?php require_once "engines/text/text.php"; $engines = get_engines(); $options = ""; $options .= "<option value="$lang_code" $selected>$name</option>"; } echo "<a " . (!isset($opts->engine) ? "selected" : "") . "href="./search.php?q=" . urlencode($opts->query) . "&p=0&t=" . $category_index . ""><img src="static/images/" . $category . "_result.png" alt="" . $category . "_result.png" alt="" . $category . " result" />" . TEXTS["category_$category"] . "</a>";