You are here

function high_contrast_enable_callback in High contrast 6

Menu callback to enable the high contrast styles

1 string reference to 'high_contrast_enable_callback'
high_contrast_menu in ./high_contrast.module
Implementation of hook_menu()

File

./high_contrast.module, line 141

Code

function high_contrast_enable_callback() {
  $destination = $_GET["destination"];
  high_contrast_switch(TRUE, $destination);
}