function high_contrast_preprocess_page in High contrast 6
File
- ./
high_contrast.module, line 168
Code
function high_contrast_preprocess_page(&$vars) {
if ($_SESSION["high_contrast_activated"] == 1) {
$vars["styles"] .= '<style type="text/css">' . _high_contrast_get_current_css_styles() . '</style>';
}
}