X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/d09e700618e8dd4e990870f5650c2fe42497ca62..51287a6c12a8df8fc850ce438be668b027fd2c00:/search/index.php diff --git a/search/index.php b/search/index.php new file mode 100644 index 0000000..290a6a4 --- /dev/null +++ b/search/index.php @@ -0,0 +1,10 @@ +title = 'Zoeken'; +printf("

%s

\n", $Page->title); +print $Page->raw; + +if (isset($_REQUEST['q'])) { + printf("

Pagina's met %s

\n", $_REQUEST['q']); + print $Page->widget('search', ['limit' => 50]); +} +return;