-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearch.php
45 lines (39 loc) · 2.15 KB
/
search.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?
/*
+--------------------------------------------------------------------------
| MkPortal
| ========================================
| by Meo aka Luponero <Amedeo de longis>
|
| (c) 2004 mkportal.it
| http://www.mkportal.it
| Email: [email protected]
|
+---------------------------------------------------------------------------
|
| > MKPortal
| > Written By Amedeo de longis
| > Date started: 9.2.2004
|
+--------------------------------------------------------------------------
*/
$forumsearch = $mklib_board->forum_link("forumsearch");
$content = "
<tr><td class=\"tdblock\"><img src=\"$this->images/frec.gif\" align=\"left\" alt=\"\" /> <a class=\"uno\" href=\"$this->siteurl/index.php?ind=search\">{$this->lang['internalpages']}</a></td></tr>
<tr><td class=\"tdblock\"><img src=\"$this->images/frec.gif\" align=\"left\" alt=\"\" /> <a class=\"uno\" href=\"$this->siteurl/index.php?ind=gallery&op=search\">{$this->lang['images']}</a></td></tr>
<tr><td class=\"tdblock\"><img src=\"$this->images/frec.gif\" align=\"left\" alt=\"\" /> <a class=\"uno\" href=\"$this->siteurl/index.php?ind=downloads&op=search\">{$this->lang['download']}</a></td></tr>
<tr><td class=\"tdblock\"><img src=\"$this->images/frec.gif\" align=\"left\" alt=\"\" /> <a class=\"uno\" href=\"$this->siteurl/index.php?ind=reviews&op=search\">{$this->lang['reviews']}</a></td></tr>
<tr><td class=\"tdblock\"><img src=\"$this->images/frec.gif\" align=\"left\" alt=\"\" /> <a class=\"uno\" href=\"$forumsearch\">{$this->lang['forum']}</a></td></tr>
<tr>
<td class=\"tdblock\" align=\"center\">
<a href=\"http://www.google.it/\"><img src=\"$this->siteurl/mkportal/modules/search/google_logo.gif\" alt=\"Google\" align=\"top\" /></a><br />
<form action=\"http://www.google.com/search\" method=\"get\" target=\"blank\">
<input size=\"12\" name=\"q\" class=\"mkblkinput\" /><br />
<input type=\"hidden\" name=\"hl\" />
<input type=\"submit\" name=\"btnG\" value=\"{$this->lang['m_search']}\" />
</form>
</td>
</tr>
";
unset ($forumsearch);
?>