remove old readme
[atutor.git] / docs / mods / _standard / chat / include / html / chat_header.inc.php
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html lang="en">
3 <head>
4         <title>ATutor AChat</title>
5         <?php if ($_GET['frame']) { ?>
6                 <META HTTP-EQUIV="refresh" content="3;URL=prog.php?frame=1"> 
7         <?php } ?>
8         <link rel="stylesheet" href="<?php echo AT_BASE_HREF.'themes/'.$_SESSION['prefs']['PREF_THEME']; ?>/styles.css" type="text/css" />
9         <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
10 </head>
11
12 <body <?php
13         if ($_SESSION['done']) {
14                 echo 'onLoad="parent.window.close();"';
15         }
16 ?> class="chat">