root / drupal7 / sites / all / themes / danland / danblog / template.php @ 4b706e38
1 | 85ad3d82 | Assos Assos | <?php
|
---|---|---|---|
2 | // $Id: template.php,v 1.1.2.1 2010/11/11 14:08:01 danprobo Exp $
|
||
3 | |||
4 | function danblog_preprocess_html(&$variables) { |
||
5 | drupal_add_css(path_to_theme() . '/style.ie6.css', array('group' => CSS_THEME, 'browsers' => array('IE' => 'IE 6', '!IE' => FALSE), 'preprocess' => FALSE)); |
||
6 | } |