Projet

Général

Profil

Paste
Télécharger (283 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / danland / danblog / template.php @ 87dbc3bf

1
<?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
}
7