summaryrefslogtreecommitdiff
path: root/lib/action.php
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-19 00:10:42 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-19 00:10:42 +0000
commit910bd332430b0af233ae78b330994520d4b59c97 (patch)
treef9d61afa3b73749c348b67a03407e5909d028d62 /lib/action.php
parentc04fade6be03385213b97fff998e1b6c19ae3790 (diff)
Minimal cross browser styling (mostly IE7). w00t!
Diffstat (limited to 'lib/action.php')
-rw-r--r--lib/action.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/action.php b/lib/action.php
index 3d61afde2..c463c8459 100644
--- a/lib/action.php
+++ b/lib/action.php
@@ -138,7 +138,7 @@ class Action extends HTMLOutputter // lawsuit
if (file_exists(theme_file('ie'.$ver.'.css'))) {
// Yes, IE people should be put in jail.
$this->comment('[if lte IE '.$ver.']><link rel="stylesheet" type="text/css" '.
- 'href="'.theme_path('ie'.$ver.'.css').'?version='.LACONICA_VERSION.'" /><![endif]');
+ 'href="'.theme_path('css/ie'.$ver.'.css', 'base').'?version='.LACONICA_VERSION.'" /><![endif]');
}
}
}