function location_search_page in Location 5.3
Same name and namespace in other branches
- 6.3 contrib/location_search/location_search.module \location_search_page()
- 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 332 - Location search interface.
Code
function location_search_page($rows) {
return theme('search_results_location', $rows, 'location');
}