PHP Code:
{htmldoctype}
<html>
<head>
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="no-cache">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Cache-Control" content="no-cache">
<!-- end no cache headers -->
<meta name="keywords" content="vbulletin,forum,bbs,discussion,jelsoft">
<meta name="description" content="$bbtitle is a discussion forum powered by vBulletin. To visit the forum, go to $bburl/ . To find out about vBulletin, go to [url]http://www.vbulletin.com/[/url] .">
<title>$bbtitle - powered by vBulletin</title>
$headinclude
</head>
<body>
$header
<!--start info center-->
<table cellpadding="0" cellspacing="0" border="0" width="{contenttablewidth}" align="center">
<tr>
<td align="left"><img src="{imagesfolder}/catbtopright.gif"></td>
<td align="center" width="100%" background="{imagesfolder}/catbtopmiddle.gif"><smallfont><font color="white"><b>Information Center on $bbtitle</b></font></smallfont></td>
<td align="right"><img src="{imagesfolder}/catbtopleft.gif"></td>
</tr>
</table>
<center>
<table cellpadding="3" cellspacing="0" border="1" class="bordert" width="{contenttablewidth}" bordercolor="#000000" style="border-collapse: collapse">
<tr>
<td width="10%" bgcolor="{firstaltcolor}">
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="left">
<tr valign="bottom">
<td><img src="avatar.php?userid=$bbuserinfo[userid]&dateline=$bbuserinfo[dateline]"></td>
</tr>
</table>
</td>
<td width="60%" bgcolor="{secondaltcolor}">
<table cellpadding="0" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="right" valign="bottom">
<tr valign="bottom">
<td>
<smallfont>$welcometext <br></smallfont>
<smallfont>The time now is $timenow.<br>
You last visited: $bbuserinfo[lastvisitdate]. </smallfont>
<smallfont> <br>[ <b>$newposts</b>]</smallfont>$unregwelcomemessage
</td></tr>
</table>
</td>
<td width="30%" bgcolor="{firstaltcolor}">
<table cellpadding="3" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr valign="bottom" align="right">
<td>
<smallfont>Members: $numbermembers, Threads: $totalthreads, Posts: $totalposts<br>
Welcome to our newest member,
<a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$newuserid">
$newusername</a> <br>
<b>$switchdisplay |</b></smallfont>
</td>
</tr>
</table>
</td>
<tr>
<td colspan="3" bgcolor="{secondaltcolor}">
$pminfo
$loggedinusers
$birthdaybits
</td>
</tr>
</table>
</center>
<!--/end info center-->
<!-- main -->
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
$forumbits
<table cellpadding="0" cellspacing="0" width="{contenttablewidth}" border="0" align="center" bgcolor="{pagebgcolor}">
<tr>
<td align="left"><img src="{imagesfolder}/catbleft.gif"></td>
<td align="center" width="100%" background="{imagesfolder}/catbmiddle.gif"></td>
<td align="right"><img src="{imagesfolder}/catbright2.gif"></td>
</tr></table><br>
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
<table cellpadding="0" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
</table>
</td></tr></table>
<!-- /main -->
<br>
<!-- timezone/login-->
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr valign="top">
<td><smallfont>$timezone</smallfont></td>
<td align="right">$logincode</td>
</tr>
</table>
<!-- /timezone/login -->
<br>
<!-- icons -->
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr>
<td align="center">
<img src="{imagesfolder}/on.gif" border="0" alt="On" align="absmiddle">
<b><smallfont>New posts</smallfont></b>
<img src="{imagesfolder}/off.gif" border="0" alt="Off" align="absmiddle">
<b><smallfont>No new posts</smallfont></b>
<img src="{imagesfolder}/offlock.gif" border="0" alt="Closed Forum" align="absmiddle">
<b><smallfont>A closed forum</smallfont></b>
</td>
</tr>
</table>
<!-- /icons -->
$footer
</body>
</html>