summaryrefslogtreecommitdiff
path: root/lib/action.php
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-19 00:48:12 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-19 00:48:12 +0000
commit8f9762aab183a8bf502d734ec5f18ca0e68f48cb (patch)
treed46f3ecb8880e7897c6c9e3a549289be3d1cf3d7 /lib/action.php
parent910bd332430b0af233ae78b330994520d4b59c97 (diff)
Cross-browser stuff
Diffstat (limited to 'lib/action.php')
-rw-r--r--lib/action.php2
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.