"https://quack.social/proxy/avatar.webp?url=https%3A%2F%2Fquack.social%2Ffiles%2Fa75c76e1-2d22-4770-9cda-9af7c92a78e1&avatar=1", "header": "https://quack.social/files/c849d459-a3c6-41cb-95c6-84ca63b438c4", "header_static": "https://quack.social/files/c849d459-a3c6-41cb-95c6-84ca63b438c4", "emojis": [ { "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 }, { "shortcode": "neobot_pat", "static_url": "https://quack.social/files/58854199-bfa4-4852-a458-9843721f6040", "url": "https://quack.social/files/58854199-bfa4-4852-a458-9843721f6040", "visible_in_picker": true } ], "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 } ], "bot": false, "discoverable": true }, { "shortcode": "nixos", "static_url": "https://quack.social/files/6d3b3750-d049-4b96-a669-478132bdc8af", "url": "https://quack.social/files/6d3b3750-d049-4b96-a669-478132bdc8af", "visible_in_picker": true } ] } <?php require_once "misc/search_engine.php"; require_once "locale/localization.php"; $opts = load_opts(); function print_page_buttons($type, $query, $page) { if ($type > 1) return; echo "<div class="next-page-button-wrapper">"; if ($page != 0) { print_next_page_button("<<", 0, $query, $type); print_next_page_button("<", $page - 10, $query, $type); print_next_page_button(">", $page + 10, $query, $type); echo "</div>"; } ?>