aboutsummaryrefslogtreecommitdiffstats
path: root/style/header.php
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2023-10-30 18:37:05 -0400
committerSquibid <me@zacharyscheiman.com>2023-10-30 18:37:05 -0400
commitc75861db6ad9427c4ebf68d347e968e5f7b8caca (patch)
tree170420ac5b4f35873a047aa5e81e8891196a38c7 /style/header.php
parent662df0d550fc94e77e101fe1bbea567ee5096e32 (diff)
downloadwallheaven-c75861db6ad9427c4ebf68d347e968e5f7b8caca.tar.gz
wallheaven-c75861db6ad9427c4ebf68d347e968e5f7b8caca.tar.bz2
wallheaven-c75861db6ad9427c4ebf68d347e968e5f7b8caca.zip
add search button
Diffstat (limited to '')
-rw-r--r--style/header.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/style/header.php b/style/header.php
index f8b8090..faf7292 100644
--- a/style/header.php
+++ b/style/header.php
@@ -31,7 +31,8 @@
<div id="searchbox">
<form action="/query.php" method="GET">
<?php
- printf("<input type='text' placeholder='Search...' name='q' value='%s'>\n", $_GET["q"]);
+ printf("<input type='text' placeholder='Search...' name='q' value='%s'>", $_GET["q"]);
+ printf("<input type='submit' value='Go'>");
printf("<div id='options'>\n");
printf(" <input type='checkbox' name='SFW' id='SFW' %s>\n", $SFW);
printf(" <label for='SFW'>SFW</label>\n");