]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/action.php
Cross-browser stuff
[quix0rs-gnu-social.git] / lib / action.php
index c463c845939aa98a315f53bfee5072bdde9ed8ed..9cd2d5a18480f94cae966964168f163acaab691d 100644 (file)
@@ -134,6 +134,8 @@ class Action extends HTMLOutputter // lawsuit
                                      'type' => 'text/css',
                                      'href' => theme_path('css/display.css', null) . '?version=' . LACONICA_VERSION,
                                      'media' => 'screen, projection, tv'));
+        $this->comment('[if IE]><link rel="stylesheet" type="text/css" '.
+                       'href="'.theme_path('css/ie.css', 'base').'?version='.LACONICA_VERSION.'" /><![endif]');
         foreach (array(6,7) as $ver) {
             if (file_exists(theme_file('ie'.$ver.'.css'))) {
                 // Yes, IE people should be put in jail.