mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-24 05:01:23 +00:00
trying out some search stuff...
This commit is contained in:
parent
04adb31c7e
commit
472b0ae281
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
echo "<P>Sorry, no pages found containing '$words'";
|
echo "<P>Sorry, no pages found containing '$words'";
|
||||||
}
|
}
|
||||||
require("parts/postamble.php"); // Finish this sucker up
|
require("parts/postamble.php"); // Finish this sucker up
|
||||||
else {
|
} else {
|
||||||
// Preamble
|
// Preamble
|
||||||
$pageName = "Search Results";
|
$pageName = "Search Results";
|
||||||
$focused = "none"; // Dock icon name to gets a border
|
$focused = "none"; // Dock icon name to gets a border
|
||||||
|
|
Loading…
Reference in a new issue