You are here

function location_map_link_options_page in Location 5

1 string reference to 'location_map_link_options_page'
location_menu in ./location.module
Implementation of hook_menu.

File

./location.module, line 285

Code

function location_map_link_options_page() {
  return drupal_get_form('location_map_link_options_form');
}