View Single Post
Old 11-05-2003, 11:36 AM   #2
druesome
Orange Mole
 
Join Date: Oct 2003
Posts: 30
Sure thing!

Open up search_function.php and look for the line:

$result_message = phpdigMsg('no_query').'.';

That pertains to a line in a file inside the 'locales' folder,
en-language.php. Look for the line in that file:

'no_query' =>'Please fill the search form field',

and change/erase the words between the quotes as you please.

You may also just change in search_function.php:

$result_message = phpdigMsg('no_query').'.';

to:

$result_message = "";


Good luck!
druesome is offline   Reply With Quote