Revision 540
Added by Matthias almost 18 years ago
| index.php | ||
|---|---|---|
| 77 | 77 |
</table> |
| 78 | 78 |
|
| 79 | 79 |
<?php if(SHOW_SEARCH) { ?>
|
| 80 |
<form name="search" action="<?php echo WB_URL.'/search/index'.PAGE_EXTENSION; ?>" method="get">
|
|
| 80 |
<form name="search" action="<?php echo WB_URL.'/search/index.php'; ?>" method="get">
|
|
| 81 | 81 |
<table cellpadding="0" cellspacing="0" border="0" width="150" align="center" style="margin-top: 10px;"> |
| 82 | 82 |
<tr> |
| 83 | 83 |
<td class="border"> |
Also available in: Unified diff
Replaced the variable PAGE_EXTENSION with hardcoded .php on all places where the pathes points to WB Corefiles with the page extension .php