I don't want to use left or right columns but instead add some useful islands like Who's Online to the bottom of my page. But when I try to add the following to my footer template it doesn't work...

Code
<?php
if (!defined('UBB_MAIN_PROGRAM')) define('UBB_MAIN_PROGRAM',1);
$style_side="";$tbopen="";$tbclose="";
echo "<table width=\"100%\">";
include("/home/audio/public_html/forums/languages/english/portal_islands.php");
include("/home/audio/public_html/forums/languages/english/generic.php");
include("/home/audio/public_html/forums/cache/online_now.php");
echo "</table>";
?> 

Anyone know a way to do this? Thanks.