function mobile_tools_menu_link_to_arg in Mobile Tools 6.2
Same name and namespace in other branches
- 6.3 mobile_tools.module \mobile_tools_menu_link_to_arg()
Implementation of %mobile_tools_menu_link.
File
- ./
mobile_tools.module, line 102 - Primarily Drupal hooks.
Code
function mobile_tools_menu_link_to_arg($arg) {
return $_GET['q'];
}