Fixes to use Moodle background colour

This commit is contained in:
martin
2002-08-26 09:16:52 +00:00
parent 8865d49d19
commit 9268aa19ec
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
To make this program fit into Moodle, I:
- deleted the black and white earth image
- modified plotconf.inc slightly to use Moodle configs
- modified plot.php slightly to use Moodle's background colour
Martin Dougiamas, 26/8/2002
+1 -1
View File
@@ -93,7 +93,7 @@ print '
<!-- your head tags here -->
<link rel="Stylesheet" href="ip-atlas.css">
</head><body bgcolor="#ffffff">
</head><body bgcolor="'.$THEME->body.'">
<a name="map"></a>