ie.css
nikolai_b - January 20, 2009 - 18:56
| Project: | Forest Floor |
| Version: | 6.x-1.6 |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Alan Cooney |
| Status: | closed |
Jump to:
Description
I was looking at my Recent log entries and saw lots of
page not found: themes/forest_floor/ie.css
It looks like this file was removed but there are still references to it in forest_floor/page.tpl.php line 20. Here is the code in that file
<!--[if IE]>
<link rel="stylesheet" href="<?php print $front_page . $directory; ?>/ie.css" type="text/css">
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="<?php print $front_page . $directory; ?>/ie_lt7.css" type="text/css">
<![endif]-->
#1
Thankyou, this has been added to the latest version.
Alan
#2