MDL-11729 :: Removed commenting out loading of the Chameleon files loading

Merged from MOODLE_19_STABLE
This commit is contained in:
stronk7 2007-10-12 09:57:58 +00:00
parent 56768525ac
commit 75f3028793

View file

@ -6,7 +6,7 @@
<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('ui/chameleon.php'); ?>
<?php include("$CFG->javascript"); ?>
<?php include('js/jquery.php'); ?>