Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.9
-
Fix Version/s: STABLE backlog
-
Component/s: Themes
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE
Description
Just noticed that with metainclude set to true, but parentmetainclude and standardmeta include set to false, the page includes parent metasheets but not the theme meta sheets. Link uses the httpsthemewww variable.
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
Fixed by altering meta.php to not have custom corners hard coded into the links:
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="<?php echo $CFG->httpsthemewww.'/'.current_theme() ?>/styles_ie7.css" />
<![endif]-->
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="<?php echo $CFG->httpsthemewww.'/'.current_theme()} ?>styles_ie6.css" />
<![endif]-->