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:
poltawski
2008-01-10 10:42:42 +00:00
parent 0e2c2828fa
commit ff82f12d5e
2 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -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
View File
@@ -1,4 +1,3 @@
/* @override http://ubuntu.userver.lan/moodle_19/theme/custom_corners/user_styles.css */
div#infowrapper {
position: fixed;
overflow: auto;