MDL-12221 - use theme variables so it doesn't break on my setup ;)
merged from MOODLE_19_STABLE
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
<title><?php echo $title ?></title>
|
||||
<link rel="shortcut icon" href="<?php echo $CFG->themewww .'/'. current_theme() ?>/favicon.ico" />
|
||||
|
||||
<?php include($CFG->dirroot.'/theme/custom_corners/ui/chameleon.php'); ?>
|
||||
<?php include($CFG->themedir.'/custom_corners/ui/chameleon.php'); ?>
|
||||
<?php include("$CFG->javascript"); ?>
|
||||
<?php include($CFG->dirroot.'/theme/custom_corners/js/jquery.php'); ?>
|
||||
<?php include($CFG->themedir.'/custom_corners/js/jquery.php'); ?>
|
||||
|
||||
<?php
|
||||
|
||||
|
||||
Reference in New Issue
Block a user