Update of /cvsroot/phpmychat/phpMyChat-0.15/chat
In directory usw-pr-cvs1:/tmp/cvs-serv12896/chat
Modified Files:
loader.php3
Log Message:
Misc fixes
Index: loader.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/loader.php3,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** loader.php3 2001/04/19 08:51:33 1.12
--- loader.php3 2001/04/19 20:26:02 1.13
***************
*** 17,21 ****
// | http://www.phpheaven.net/projects/phpMyChat/ |
// | |
! // | Authors: the phpHeaven-team <php...@ya...> |
// +--------------------------------------------------------------------------+
//
--- 17,21 ----
// | http://www.phpheaven.net/projects/phpMyChat/ |
// | |
! // | Authors: the phpHeaven-team <te...@ph...> |
// +--------------------------------------------------------------------------+
//
***************
*** 349,359 ****
// Set the headers for the 'messages' frame
document.open('text/html', 'replace');
! document.write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">\n');
document.write('<html dir="<?php echo($textDirection); ?>">\n\n');
document.write('<head>\n');
document.write('<title>Dynamic messages frame<\/title>\n');
! document.write('<link rel="stylesheet" href="<?php echo($cssUrl); ?>" type="text/css" \/>\n');
document.write('<\/head>\n\n');
! document.write('<body class="mainframe">\n');
<?php
}
--- 349,359 ----
// Set the headers for the 'messages' frame
document.open('text/html', 'replace');
! document.write('<!DOCTYPE html PUBLIC "-\/\/W3C\/\/DTD XHTML 1.0 Transitional\/\/EN" "DTD\/xhtml1-transitional.dtd">\n');
document.write('<html dir="<?php echo($textDirection); ?>">\n\n');
document.write('<head>\n');
document.write('<title>Dynamic messages frame<\/title>\n');
! document.write('<link rel="stylesheet" href="<?php echo($cssUrl); ?>" type="text\/css" \/>\n');
document.write('<\/head>\n\n');
! document.write('<body class="mainFrame">\n');
<?php
}
|