I made the following change to your original Flashchat Template:
PHP Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<!-- end no cache headers -->
<title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title>
$headinclude
</head>
<body>
$header
$navbar
<!-- main -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<!-- body -->
<tr align="center">
<td class="alt1" colspan="2">
<iframe width="100%" height="$vboptions[fcheight]" src="$fcpath/flashchat.php$room"></iframe>
</td>
<!-- end body -->
</tr>
<tr align="center">
<td class="thead"><div class="smallfont"><a href="/chat/flashchat.php">Full Screen FlashChat</a></div></td>
<td class="thead"><div class="smallfont">$data_fci[title] Version $data_fci[version] : © <a href="http://www.cableforum.co.uk/board/member.php?u=1268">Paul Marsden</a> $copyrightyear</div></td>
</tr>
</table>
<!-- /main -->
<br />
<br />
$footer
<!-- PEMDATA37: $data_fci[title] : Version = $data_fci[version] : Revision = $data_fci[cvs] -->
</body>
</html>
This adds a link on the bottom left for full screen flashchat, as well as fixes the copyright symbol.