You are here

function location_search_page in Location 6.3

Same name and namespace in other branches
  1. 5.3 contrib/location_search/location_search.module \location_search_page()
  2. 7.4 contrib/location_search/location_search.module \location_search_page()

Implementation of hook_search_page(). (It's named location_search_page because the $type is 'location'.)

File

contrib/location_search/location_search.module, line 398
Location search interface.

Code

function location_search_page($rows) {
  return theme('search_results_location', $rows, 'location');
}