mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-12221 - use theme variables so it doesn't break on my setup ;)
merged from MOODLE_19_STABLE
This commit is contained in:
parent
307155469e
commit
d1a2a97ba3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue