]> git.mjollnir.org Git - moodle.git/commitdiff
Removed some THEME
authormoodler <moodler>
Fri, 28 Jan 2005 17:40:04 +0000 (17:40 +0000)
committermoodler <moodler>
Fri, 28 Jan 2005 17:40:04 +0000 (17:40 +0000)
message/history.php
message/index.php
message/user.php

index f49e6b7e3da139c1b088654f9ddc993fefc65c49..0f7782493f93701a233e64b77a8940e35588b0bd 100644 (file)
@@ -23,9 +23,9 @@
     }
     $search = optional_param('search', '', PARAM_CLEAN);
 
-/// Our two users are defined - let's set up the page
+    add_to_log(SITEID, 'message', 'history', 'history.php?user1='.$userid1.'&amp;user2='.$userid2, $userid1);
 
-    $THEME->body = $THEME->cellcontent;
+/// Our two users are defined - let's set up the page
 
     print_header(get_string('messagehistory', 'message'));
 
index f00b30f6b82466052c787cf28393d5ebc1420182..d9ec3d4a21e7ed0998deda6c6a0f722ab1ea5c43 100644 (file)
@@ -63,7 +63,7 @@
     echo '</tr><tr>';
 
 /// Print out contents of the tab
-    echo '<td colspan="3" bgcolor="'.$THEME->cellcontent.'">';
+    echo '<td colspan="3"">';
 
 /// a print function is associated with each tab
     $tabprintfunction = 'message_print_'.$tab;
index 181051e6afc40eca27f69cc210afedfdb8fcf634..b0a515fcb850c72271cdb59bced626cfbfccceb4 100644 (file)
@@ -72,7 +72,6 @@
     switch ($frame) {     /// Put data into all the frames
 
         case 'info':      /// Print the top frame with information and links
-            $THEME->body = $THEME->cellcontent2;
             print_header('','','','','',false,'','',false,'leftmargin="2" topmargin="2" marginwidth="2" marginheight="2"');
             echo '<table width="100%" cellpadding="0" cellspacing="0"><tr>';
             echo '<td width="100">';
         break;
 
         case 'messages':  /// Print the main frame containing the current chat
-            $THEME->body = '#FFFFFF';
             print_header();
             echo '<script language="Javascript">';
             echo 'document.write(\'<link rel="stylesheet" type="text/css" href="'.$CFG->wwwroot.'/theme/standard/styles.php" />\');';