Closed (fixed)
Project:
Forest Floor
Version:
6.x-1.6
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
20 Jan 2009 at 18:56 UTC
Updated:
8 Feb 2009 at 10:23 UTC
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]-->
Comments
Comment #1
Alan Cooney commentedThankyou, this has been added to the latest version.
Alan
Comment #2
Alan Cooney commented