Added stylesheet for IE 6
| /trunk/styles/lcars22-ie6.css |
|---|
| File deleted |
| \ No newline at end of file |
| Property changes: |
| Deleted: svn:mime-type |
| ## -1 +0,0 ## |
| -text/plain |
| \ No newline at end of property |
| Index: trunk/index.php |
| =================================================================== |
| --- trunk/index.php (revision 170) |
| +++ trunk/index.php (revision 169) |
| @@ -11,7 +11,6 @@ |
| @filemtime(__FILE__), |
| @filemtime("styles/lcars-basic.css"), |
| @filemtime("styles/lcars22.css"), |
| - @filemtime("styles/lcars22-ie6.css"), |
| )); |
| \header('Last-Modified: ' . gmdate('D, d M Y H:i:s', $modi ) . ' GMT'); |
| @@ -81,9 +80,6 @@ |
| --> |
| */ ?> |
| <link rel="stylesheet" type="text/css" href="scripts/builder.php?type=text/css&prefix=../styles/&src=lcars-basic,lcars22"> |
| - <!--[if lt IE 7]> |
| - <link rel="stylesheet" type="text/css" href="styles/lcars22-ie6.css"> |
| - <![endif]--> |
| <style type="text/css"> |
| <!-- |
| a { |
| /trunk/index.phtml |
|---|
| 76,9 → 76,6 |
| <?php |
| } |
| ?> |
| <!--[if lt IE 7]> |
| <link rel="stylesheet" type="text/css" href="styles/lcars22-ie6.css"> |
| <![endif]--> |
| <style type="text/css"> |
| <!-- |
| p { |
| /trunk/global.php |
|---|
| 10,7 → 10,6 |
| @filemtime('footer.phtml'), |
| @filemtime('styles/lcars-basic.css'), |
| @filemtime('styles/lcars22.css'), |
| @filemtime('styles/lcars22-ie6.css'), |
| @filemtime('styles/lcars-ani.css'), |
| @filemtime('scripts/object.js'), |
| )); |
| 52,7 → 51,7 |
| global $translator; |
| global $textDomain; |
| global $language; |
| return $translator->translate($s, $textDomain, $language); |
| } |