You are here

function mobile_tools_menu_link_to_arg in Mobile Tools 6.3

Same name and namespace in other branches
  1. 6.2 mobile_tools.module \mobile_tools_menu_link_to_arg()

Implementation of %mobile_tools_menu_link

File

./mobile_tools.module, line 113
Mobile Tools provides a range of functionality assisting in creating a mobile Drupal site . this functionality contains:

Code

function mobile_tools_menu_link_to_arg($arg) {
  return $_GET['q'];
}