You are here

function theme_location_views_province_textfield in Location 5.3

1 theme call to theme_location_views_province_textfield()
location_views_tables in contrib/location_views/location_views.module
Implementation of hook_views_tables().

File

contrib/location_views/location_views.module, line 646
Views-enables the location module.

Code

function theme_location_views_province_textfield($element) {
  drupal_add_js(drupal_get_path('module', 'location_views') . '/location_views_autocomplete.js');
  return theme('textfield', $element);
}