projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c35085
)
Re-add support for IE8 CSS files.
author
Jan Schneider
<jan@horde.org>
Wed, 11 Nov 2009 16:16:58 +0000
(17:16 +0100)
committer
Jan Schneider
<jan@horde.org>
Wed, 11 Nov 2009 16:16:58 +0000
(17:16 +0100)
framework/Core/lib/Horde.php
patch
|
blob
|
history
diff --git
a/framework/Core/lib/Horde.php
b/framework/Core/lib/Horde.php
index
48b6465
..
f8b7f9b
100644
(file)
--- a/
framework/Core/lib/Horde.php
+++ b/
framework/Core/lib/Horde.php
@@
-1807,6
+1807,7
@@
HTML;
case 'msie':
$ie_major = $GLOBALS['browser']->getMajor();
if ($ie_major == 8) {
+ $css_list[] = 'ie8';
} elseif ($ie_major == 7) {
$css_list[] = 'ie7';
} elseif ($ie_major < 7) {