Whn I do a search I get the message:
Notice: Undefined index: type i include() (rad 67 av /var/www/sites/vvs-drupal-7.10/sites/all/themes/zenith/templates/search-result.tpl.php).
The search is working, but I get this message when I go to the next page.
Yes we confirm it, Some how Drupal 7.10 doesn't respect its own native variables and causing $info_split['type'] to be empty.
Anyway to fix this please change :
into :
it should fix the problem
Loves to build website
Sorry
Ooops sorry my mistake! Everything is ok!