diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-19 00:10:42 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-19 00:10:42 +0000 |
commit | 910bd332430b0af233ae78b330994520d4b59c97 (patch) | |
tree | f9d61afa3b73749c348b67a03407e5909d028d62 /lib | |
parent | c04fade6be03385213b97fff998e1b6c19ae3790 (diff) |
Minimal cross browser styling (mostly IE7). w00t!
Diffstat (limited to 'lib')
-rw-r--r-- | lib/action.php | 2 |
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]'); } } } |