Revision 452
Added by Matthias over 17 years ago
save.php | ||
---|---|---|
548 | 548 |
|
549 | 549 |
// Search header |
550 | 550 |
$search_header = addslashes(' |
551 |
<h1>Search</h1>
|
|
551 |
<h1>[TEXT_SEARCH]</h1>
|
|
552 | 552 |
|
553 | 553 |
<form name="search" action="[WB_URL]/search/index[PAGE_EXTENSION]" method="get"> |
554 | 554 |
<table cellpadding="3" cellspacing="0" border="0" width="500"> |
... | ... | |
603 | 603 |
$insert_search_results_footer = "INSERT INTO `".TABLE_PREFIX."search` VALUES ('', 'results_footer', '$search_results_footer', '')"; |
604 | 604 |
$database->query($insert_search_results_footer); |
605 | 605 |
// Search no results |
606 |
$search_no_results = addslashes('<br />No results found');
|
|
606 |
$search_no_results = addslashes('<br />[TEXT_NO_RESULTS]');
|
|
607 | 607 |
$insert_search_no_results = "INSERT INTO `".TABLE_PREFIX."search` VALUES ('', 'no_results', '$search_no_results', '')"; |
608 | 608 |
$database->query($insert_search_no_results); |
609 | 609 |
// Search template |
Also available in: Unified diff
again copied all changes for WB 2.6.6 from trunk to branches