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
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

Alan Cooney - January 31, 2009 - 17:42
Priority:normal» minor
Assigned to:Anonymous» Alan Cooney
Status:active» fixed

Thankyou, this has been added to the latest version.

Alan

#2

Alan Cooney - February 8, 2009 - 10:23
Status:fixed» closed
 
 

Drupal is a registered trademark of Dries Buytaert.