seven_process_html

Versions
7
seven_process_html(&$vars)

Override or insert variables into the page template.

Code

themes/seven/template.php, line 6

<?php
function seven_process_html(&$vars) {
  $vars['styles'] .= "\n<!--[if lt IE 7]>\n" . '<link type="text/css" rel="stylesheet" media="all" href="' . file_create_url(path_to_theme() . '/ie6.css') . '" />' . "\n" . "<![endif]-->\n";
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.