summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-02-01 14:33:18 -0500
committerEvan Prodromou <evan@controlyourself.ca>2009-02-01 14:33:18 -0500
commit87b99540efb702d816ef0b14d0fef9126539254a (patch)
treea57e9ff9a23cf0f2c56961a9ebb25493296fce7e /lib
parent74bf2bf672b147888a42fafd7ae5d86c600cf3a8 (diff)
parent804dc7cdb95b54dbd4c4fc362cf79c5ff47b14be (diff)
Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/trunk into cyi/master
Diffstat (limited to 'lib')
-rw-r--r--lib/action.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/action.php b/lib/action.php
index 8f02b36bf..4d4c3d4c9 100644
--- a/lib/action.php
+++ b/lib/action.php
@@ -162,6 +162,8 @@ class Action extends HTMLOutputter // lawsuit
'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]');
+ $this->comment('[if IE]><link rel="stylesheet" type="text/css" '.
+ 'href="'.theme_path('css/ie.css', null).'?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.