]> git.mjollnir.org Git - moodle.git/commitdiff
No need for body colour
authormoodler <moodler>
Fri, 25 Jul 2003 08:18:27 +0000 (08:18 +0000)
committermoodler <moodler>
Fri, 25 Jul 2003 08:18:27 +0000 (08:18 +0000)
mod/chat/gui_header_js/jsupdate.php

index d3211bf0e88da3062f5e8532c484464254d24938..af90a76904e2e962c9385a1355468a9d65984eb7 100644 (file)
@@ -63,7 +63,7 @@ header("Refresh: 4; URL=jsupdate.php?chat_sid=".$chat_sid."&chat_lasttime=".$cha
     // -->
     </script>
    </head>
-   <body bgcolor="<?php echo $THEME->body ?>">
+   <body>
    <?php if ($beep) { ?>
            <embed src="../beep.wav" autostart="true" hidden="true" />
    <?php } ?>