Revision 389
Added by Matthias almost 19 years ago
| index.php | ||
|---|---|---|
| 67 | 67 |
</table> |
| 68 | 68 |
|
| 69 | 69 |
<?php if(SHOW_SEARCH) { ?>
|
| 70 |
<form name="search" action="<?php echo WB_URL.'/search/index'.PAGE_EXTENSION; ?>" method="post">
|
|
| 70 |
<form name="search" action="<?php echo WB_URL.'/search/index'.PAGE_EXTENSION; ?>" method="get">
|
|
| 71 | 71 |
<table cellpadding="0" cellspacing="0" border="0" width="150" align="center" style="margin-top: 10px;"> |
| 72 | 72 |
<tr> |
| 73 | 73 |
<td class="border"> |
Also available in: Unified diff
Return to Search Results Page (#365)