Path missing from IE conditional comments

blairski - March 27, 2009 - 14:48
Project:Clean
Version:6.x-1.2
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

Hello,

Great base theme, thanks a lot!

I have just noticed a small bug in the page.tpl.php. The path to the IE style sheets is missing the css directory.

It is currently:

I changed it to this to fix it:

#1

blairski - March 27, 2009 - 14:49

Sorry forgot the code tags above

It is currently:

  <!--[if IE]><link rel="stylesheet" href="<?php print $path ?>ie.css" type="text/css"><![endif]-->

  <!--[if lte IE 6]><link rel="stylesheet" href="<?php print $path ?>ie6.css" type="text/css"><![endif]-->

I changed to this:

  <!--[if IE]><link rel="stylesheet" href="<?php print $path ?>css/ie.css" type="text/css"><![endif]-->

  <!--[if lte IE 6]><link rel="stylesheet" href="<?php print $path ?>css/ie6.css" type="text/css"><![endif]-->

#2

psynaptic - March 28, 2009 - 01:24

I noticed this myself this week while building a new site. I was sure I changed it!

I'll update in CVS. Thanks for your issue post.

#3

psynaptic - March 28, 2009 - 11:49
Title:Small bug with conditional statement for IE style sheet» Path missing from IE conditional comments
Status:active» fixed

Committed to DRUPAL-6--1:

http://drupal.org/cvs?commit=189748

Thanks!

#4

System Message - April 11, 2009 - 11:50
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.