Revision 540
Added by Matthias almost 18 years ago
| index.php | ||
|---|---|---|
| 67 | 67 |
<?php if(SHOW_SEARCH) { /* Only show search box if search is enabled */ ?>
|
| 68 | 68 |
<br /> |
| 69 | 69 |
Search: <br /> |
| 70 |
<form name="search" action="<?php echo WB_URL; ?>/search/index<?php echo PAGE_EXTENSION; ?>" method="get">
|
|
| 70 |
<form name="search" action="<?php echo WB_URL; ?>/search/index.php" method="get">
|
|
| 71 | 71 |
<input type="text" name="string" style="width: 100%;" /> |
| 72 | 72 |
<input type="submit" name="submit" value="<?php echo $TEXT['SEARCH']; ?>" style="width: 100%;" /> |
| 73 | 73 |
</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