function mobile_tools_exit in Mobile Tools 5
Implementation of hook_exit()
File
- ./
mobile_tools.module, line 93 - Mobile Tools provides a range of functionality assisting in creating a mobile drupal site . this functionality contains:
Code
function mobile_tools_exit() {
//drupal_set_message($_SERVER['REQUEST_URI']);
cache_clear_all(NULL, 'cache_page', TRUE);
}