Fixes to use Moodle background colour
This commit is contained in:
@@ -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
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user