I was having some issues with this theme in IE, and, after checking the source in IE, I found that ie.css was not loading.

Unless I'm missing something (which is possible), the fix has proven simple; the line if (file_exists($directory .'/ie.css')) is missing $base_path so the IF was never resolving as true.

I'll include a patch.

CommentFileSizeAuthor
pixture-r-page-tpl-php.patch470 bytesbchoc

Comments

skessler’s picture

Status: Active » Needs review
bchoc’s picture

Anyone?

(This should only be an issue if Drupal isn't living in the root directory.)

Jeff Burnz’s picture

Getting to it, been very busy with other work :)

bchoc’s picture

Anyone else? :-)

Anonymous’s picture

My copy of Drupal is in the root directory and theme in sites/all/themes all working well here

jasoncd’s picture

I applied the patch using copy/paste and it's much better now with IE6. There are still some issues, but at least the primary links are showing now. Thanks.

Jeff Burnz’s picture

Status: Needs review » Fixed

fixed in 6.x-3.1

Status: Fixed » Closed (fixed)

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