function gmap_debug_page in GMap Addons 7
Same name and namespace in other branches
- 6 gmap_debug/gmap_debug.module \gmap_debug_page()
1 string reference to 'gmap_debug_page'
- gmap_debug_menu in gmap_debug/
gmap_debug.module - Implementation of hook_menu().
File
- gmap_debug/
gmap_debug.module, line 85 - Debugging helpers for gmap.
Code
function gmap_debug_page() {
return '<h1>Choose a debugging page above.</h1>';
}