Moodle

custom corners meta include is broken

Details

  • Type: Bug Bug
  • Status: Open Open
  • Priority: Major 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

Hide
Matt Gibson added a comment - - edited

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

Show
Matt Gibson added a comment - - edited 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]-->

People

Vote (0)
Watch (1)

Dates

  • Created:
    Updated: