Closed (duplicate)
Project:
Nitobe
Version:
6.x-3.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Mar 2009 at 16:06 UTC
Updated:
3 Mar 2009 at 16:09 UTC
Unfortunately, I cannot force my customers to use Firefox;-)
I installed nitobe 3.1 today. IE displays
on top left corner.
This is the code from nitobe 3.1 page.tpl.php
print base_path() . path_to_theme(); /fix-ie.css" /> if (defined('LANGUAGE_RTL') && $language->direction == LANGUAGE_RTL):
@import " print base_path() . path_to_theme(); /fix-ie-rtl.css"; endif;
if (defined('LANGUAGE_RTL') && $language->direction == LANGUAGE_RTL):
@import " print base_path() . path_to_theme(); /fix-ie6-rtl.css"; endif;
I assume it should be instead
print base_path() . path_to_theme(); /fix-ie.css" /> if (defined('LANGUAGE_RTL') && $language->direction == LANGUAGE_RTL):
@import " print base_path() . path_to_theme(); /fix-ie-rtl.css"; endif;
if (defined('LANGUAGE_RTL') && $language->direction == LANGUAGE_RTL):
@import " print base_path() . path_to_theme(); /fix-ie6-rtl.css"; endif;
Have fun!
Comments
Comment #1
mokko commentedSorry for the bad formatting! while trying to correct it I posted it again...
Duplicate http://drupal.org/node/389848