diff options
author | Sarven Capadisli <csarven@plantard.controlezvous.ca> | 2009-02-01 18:04:56 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@plantard.controlezvous.ca> | 2009-02-01 18:04:56 +0000 |
commit | add0b7f329d444f747ee7aca04cea94db8791b69 (patch) | |
tree | 4bbf42e0b3c3d55a85c3fe7578551e716bcb09d7 /lib/action.php | |
parent | 533f9933de81a37bc060889a4296934c0e1c93dc (diff) |
Resaved identica logo as transparent PNG24 in order to handle various
background colours without having to explicitly apply anti-aliasing.
Updated colour information in identica theme.
Removed ie7 base stylesheet that's no longer required.
Added ie identica stylesheet to handle solid background colour for
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 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. |