Index: /home/francis/d/drupal-5.0/sites/all/modules/location/location.module =================================================================== --- /home/francis/d/drupal-5.0/sites/all/modules/location/location.module (revision 1944) +++ /home/francis/d/drupal-5.0/sites/all/modules/location/location.module (working copy) @@ -58,6 +58,7 @@ return $output; } } + //TODO: check/fix this: admin/content/configure/types above (still use %? still same url?) function location_search_get_form($edit = array()) { @@ -86,9 +87,11 @@ } $form['#theme'] = 'location_search'; - return drupal_get_form($form); + return $form; } + + function theme_location_search(&$form) { $row = array(); $row[] = '
'. drupal_render($form['location']['distance']) . drupal_render($form['location']['distance_unit']) . '
';