<?php
function template_main()
{
echo '
<table cellspacing="1" cellpadding="5" width="100%">
<tr>
<td class="catbg" align="center"><b>Chat</b></td>
</tr>
<tr>
<td class="windowbg2" align="center">
<table border="0" width="100%" bgcolor="silver">
<tbody>
<tr class="catbg" width="100%">
<td width="100%"> Meglio Scape</td>
</tr>
<tr width="100%">
<td class="smalltext" width="100%">
<p style="text-align: center;"><a name="chat"></a>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="540" height="405" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0">
<param name="name" value="chat" />
<param name="align" value="middle" />
<param name="flashvars" value="id=31746992" />
<param name="src" value="http://www.xatech.com/web_gear/chat/chat.swf" /><embed type="application/x-shockwave-flash" width="540" height="405" src="http://www.xatech.com/web_gear/chat/chat.swf" flashvars="id=31746992" align="middle" name="chat"></embed>
</object>
</p>
</td>
</tr>
</tbody>
</table>
</tr>
<tr>
<td class="catbg"><center><b>SMF , ZeRo ToleRance © 2008-2009</b></center></td>
</center>
</table>
';
}
?>
How would I set the title of that page as in <title></title> because I looked in source and it the tags have nothing in it.