function high_contrast_disable_callback in High contrast 6
Menu callback to disable the high contrast styles
1 string reference to 'high_contrast_disable_callback'
- high_contrast_menu in ./
high_contrast.module - Implementation of hook_menu()
File
- ./
high_contrast.module, line 149
Code
function high_contrast_disable_callback() {
$destination = $_GET["destination"];
high_contrast_switch(FALSE, $destination);
}