From 662df0d550fc94e77e101fe1bbea567ee5096e32 Mon Sep 17 00:00:00 2001 From: Squibid Date: Mon, 30 Oct 2023 16:36:30 -0400 Subject: keep category, and purity of wallpaper when looking at similar ones --- view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view.php') diff --git a/view.php b/view.php index 47777d0..006ead2 100644 --- a/view.php +++ b/view.php @@ -34,7 +34,7 @@ ?>
TagsSimilar Wallpapers\n", $matches[0]); + printf("
TagsSimilar Wallpapers\n", $matches[0], ucfirst($res["category"]), toupperpurity($res["purity"])); foreach ($res["tags"] as $tags) printf("%s\n", $tags["alias"], $tags["purity"], $tags["id"], $tags["name"]); ?> -- cgit v1.2.1