--- mobile_tools.module 2011-07-19 11:39:26.000000000 -0700 +++ mobile_tools.module 2011-07-19 11:39:49.000000000 -0700 @@ -571,7 +571,9 @@ function mobile_tools_get_redirect_url($ // collect query parameters if(drupal_is_front_page()) { return $destination_url; - } + } + $url = $destination_url . $_SERVER['REQUEST_URI']; + return $url; $query = array(); foreach ($_GET as $key => $value) { if ($key != 'q') { @@ -800,4 +802,4 @@ function mobile_tools_context_registry() ), ), ); -} \ No newline at end of file +}