mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 15:22:13 +00:00
hopefully fix sidebar search
This commit is contained in:
parent
8c4492d6ef
commit
334fe90287
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@
|
||||||
<?php
|
<?php
|
||||||
if ($type_of_search == "news") {
|
if ($type_of_search == "news") {
|
||||||
$string = $words;
|
$string = $words;
|
||||||
include("news_search.php");
|
require("lib/sql.php");
|
||||||
|
require("news_funcs.php");
|
||||||
|
include("old_news.php");
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
echo '<P>That type of search isn\'t supported yet. Please check back later.';
|
echo '<P>That type of search isn\'t supported yet. Please check back later.';
|
||||||
|
|
Loading…
Reference in a new issue