Moz 1.4 CSS file no longer needed - switch to mozilla.css instead
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 10 Aug 2009 05:09:46 +0000 (23:09 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 10 Aug 2009 05:09:46 +0000 (23:09 -0600)
framework/Core/lib/Horde.php

index 8bad92f..4c8bba5 100644 (file)
@@ -1817,11 +1817,7 @@ HTML;
             break;
 
         case 'mozilla':
-            if ($GLOBALS['browser']->getMajor() >= 5 &&
-                preg_match('/rv:(.*)\)/', $GLOBALS['browser']->getAgentString(), $revision) &&
-                $revision[1] <= 1.4) {
-                $css_list[] = 'moz14';
-            }
+            $css_list[] = 'mozilla';
             break;
 
         case 'webkit':