Revision 452
Added by Matthias over 17 years ago
index.php | ||
---|---|---|
34 | 34 |
define('ROOT_PARENT', 0); |
35 | 35 |
define('PARENT', 0); |
36 | 36 |
define('LEVEL', 0); |
37 |
define('PAGE_TITLE', 'Search');
|
|
38 |
define('MENU_TITLE', 'Search');
|
|
37 |
define('PAGE_TITLE', $TEXT['SEARCH']);
|
|
38 |
define('MENU_TITLE', $TEXT['SEARCH']);
|
|
39 | 39 |
define('MODULE', ''); |
40 | 40 |
define('VISIBILITY', 'public'); |
41 | 41 |
define('PAGE_CONTENT', 'search.php'); |
Also available in: Unified diff
again copied all changes for WB 2.6.6 from trunk to branches