I find a solution.
Fist of all, I added into template:
PHP Code:
<input type="hidden" name="page" value="search"/>
And modified file search_function.php:
PHP Code:
$delimiter = (strpos(SEARCH_PAGE, '?') === false)?'?':'&';
$url_bar = SEARCH_PAGE.$delimiter."browse blah-blah-blah"
$l_site = "<a class='phpdig' href='".SEARCH_PAGE.$delimiter."refine blah-blah-blah"
$l_path = ", ".phpdigMsg('this_path')." : <a class='phpdig' href='".SEARCH_PAGE.$delimiter."refine blah-blah-blah"
So even if SEARCH_PAGE is set to 'index.htlm?page=search' everything works fine.