Revision 540
Added by Matthias almost 18 years ago
| index.php | ||
|---|---|---|
| 55 | 55 |
|
| 56 | 56 |
<div class="search_box"> |
| 57 | 57 |
<?php if(SHOW_SEARCH) { ?>
|
| 58 |
<form name="search" action="<?php echo WB_URL.'/search/index'.PAGE_EXTENSION; ?>" method="get">
|
|
| 58 |
<form name="search" action="<?php echo WB_URL.'/search/index.php'; ?>" method="get">
|
|
| 59 | 59 |
<input type="text" name="string" class="search_string" /> |
| 60 | 60 |
<input type="submit" name="submit" value="<?php echo $TEXT['SEARCH']; ?>" class="search_submit" /> |
| 61 | 61 |
</form> |
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