diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-19 00:48:12 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-19 00:48:12 +0000 |
commit | 8f9762aab183a8bf502d734ec5f18ca0e68f48cb (patch) | |
tree | d46f3ecb8880e7897c6c9e3a549289be3d1cf3d7 /lib/action.php | |
parent | 910bd332430b0af233ae78b330994520d4b59c97 (diff) |
Cross-browser stuff
Diffstat (limited to 'lib/action.php')
-rw-r--r-- | lib/action.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/action.php b/lib/action.php index c463c8459..9cd2d5a18 100644 --- a/lib/action.php +++ b/lib/action.php @@ -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. |