mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-11729 :: Removed commenting out loading of the Chameleon files loading
Merged from MOODLE_19_STABLE
This commit is contained in:
parent
56768525ac
commit
75f3028793
1 changed files with 1 additions and 1 deletions
|
@ -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'); ?>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue