garland_process_html
- Versions
- 7
garland_process_html(&$vars)
Override or insert variables into the html template.
Code
themes/garland/template.php, line 46
<?php
function garland_process_html(&$vars) {
// Hook into color.module
if (module_exists('color')) {
_color_html_alter($vars);
}
$vars['styles'] .= "\n<!--[if lt IE 7]>\n" . garland_get_ie_styles() . "<![endif]-->\n";
}
?>Login or register to post comments 