MDL-12221 - use theme variables so it doesn't break on my setup ;) And remove
comment reffering to local server
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
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* @override http://ubuntu.userver.lan/moodle_19/theme/custom_corners/user_styles.css */
|
||||
div#infowrapper {
|
||||
position: fixed;
|
||||
overflow: auto;
|
||||
|
||||
Reference in New Issue
Block a user