Thread: Search Page
View Single Post
Old 01-29-2004, 03:48 AM   #3
Voldar
Green Mole
 
Join Date: Jan 2004
Location: Russia
Posts: 3
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.
Voldar is offline   Reply With Quote