Skip to content

Commit

Permalink
Merged parenting fix from 1.9 MDL-12221
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Jan 10, 2008
1 parent 0e13d28 commit e93902f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme/custom_corners/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<title><?php echo $title ?></title>
<link rel="shortcut icon" href="<?php echo $CFG->themewww .'/'. current_theme() ?>/favicon.ico" />

<?php include('ui/chameleon.php'); ?>
<?php include($CFG->dirroot.'/theme/custom_corners/ui/chameleon.php'); ?>
<?php include("$CFG->javascript"); ?>
<?php include('js/jquery.php'); ?>
<?php include($CFG->dirroot.'/theme/custom_corners/js/jquery.php'); ?>

<?php

Expand Down

0 comments on commit e93902f

Please sign in to comment.