When i hit advanced search in the navbar dropdown.. i get the correct url but an empty questionmark when using cookies...
(it works with cookies disabled)
so I Looked at the template and there is a little error..(but it works as supposed

)
To fix this little annoyance.. open template
adv_gallery_navbar_search
find:
Code:
Content visible to verified customers only.
replace with:
Code:
Content visible to verified customers only.
what is done: replace
?$session[sessionhash] with
$session[sessionurl_q] which is basically the same, only that when u use cookies you have a single ? at the end of the url...
Luc