Totals Summary - Currently Unavailable "; } } function watchlist() { include("pages/watchlist.php"); } function credits() { include("pages/credits.php"); } function help() { include("pages/help.php"); } function busy() { include("pages/busy.php"); } function utarecordzone() { include("pages/uta_recordzone.php"); } function utateam() { include("pages/uta_teamviewer.php"); } if ($_SESSION["themelocation"]) // Themed footer --// 19/07/05 Timo: Added customisable footer { if (file_exists($_SESSION["themelocation"]."footer.php")) include($_SESSION["themelocation"]."footer.php"); else include("includes/footer.php"); } else include("includes/footer.php"); ?>