MDL-12221 - use theme variables so it doesn't break on my setup ;)

merged from MOODLE_19_STABLE
This commit is contained in:
poltawski 2008-01-10 10:43:35 +00:00
parent 307155469e
commit d1a2a97ba3

View file

@ -6,9 +6,9 @@
<title><?php echo $title ?></title> <title><?php echo $title ?></title>
<link rel="shortcut icon" href="<?php echo $CFG->themewww .'/'. current_theme() ?>/favicon.ico" /> <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->javascript"); ?>
<?php include($CFG->dirroot.'/theme/custom_corners/js/jquery.php'); ?> <?php include($CFG->themedir.'/custom_corners/js/jquery.php'); ?>
<?php <?php