<html><head><title>{$mybb->settings['bbname']}</title>{$headerinclude}</head><body>{$header}{$wpanel}{$forums}<table border="0" cellpadding="0" cellspacing="0" align="center" width="100%"> <tr> <tbody><tr><td align="left"><img src="{$theme['imgdir']}/cat_l.gif" alt="" border="0"></td><td style="background: url({$theme['imgdir']}/cat_tbg.gif) repeat-x" align="center" width="100%"><div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.gif" id="boardstats_img" class="expander" alt="[-]" /></div><span class="thead"><div style="text-align: left;"><strong><a href="stats.php">{$lang->boardstats}</a></strong></div></span></td><td align="right"><img src="{$theme['imgdir']}/cat_r.gif" alt="" border="0"></td></tr></tbody></table><table border="0" cellspacing="1" cellpadding="4" class="tborder"><tbody style="" id="boardstats_e">{$whosonline}{$birthdays}{$forumstats}</tbody></table><table border="0" cellpadding="0" cellspacing="0" align="center" width="100%"> <tr> <tbody><tr><td align="left"><img src="{$theme['imgdir']}/cat_l.gif" alt="" border="0"></td><td style="background: url({$theme['imgdir']}/cat_tbg.gif) repeat-x" align="center" width="100%"></td><td align="right"><img src="{$theme['imgdir']}/cat_r.gif" alt="" border="0"></td></tr></tbody></table><br /><table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="trow1"> <table width="100%"> <tr> <td> <img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /> <span class="smalltext"> {$lang->new_posts}</span><br /> <img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /> <span class="smalltext"> {$lang->no_new_posts}</span><br /> <img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" style="vertical-align: middle;" /> <span class="smalltext"> {$lang->forum_locked}</span> </td> <td style="vertical-align: top; text-align: right;"><span class="smalltext">{$logoutlink}<a href="misc.php?action=markread">{$lang->markread}</a> | <a href="showteam.php">{$lang->forumteam}</a> | <a href="stats.php">{$lang->forumstats}</a></span> {$loginform} </td> </tr> </table> </td> </tr></table>{$footer}</body></html>
<html> <head> <title>{$mybb->settings['bbname']}</title> {$headerinclude} </head> <body> {$header} {$wpanel} {$forums} <table border="0" cellpadding="0" cellspacing="0" align="center" width="100%"> <tr> <tbody> <tr> <td align="left"><img src="{$theme['imgdir']}/cat_l.gif" alt="" border="0"></td> <td style="background: url({$theme['imgdir']}/cat_tbg.gif) repeat-x" align="center" width="100%"><div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.gif" id="boardstats_img" class="expander" alt="[-]" /></div> <span class="thead"><div style="text-align: left;"><strong><a href="stats.php">{$lang->boardstats}</a></strong></div></span> </td> <td align="right"><img src="{$theme['imgdir']}/cat_r.gif" alt="" border="0"></td> </tr> </tbody> </table> <table border="0" cellspacing="1" cellpadding="4" class="tborder"> <tbody style="" id="boardstats_e"> {$whosonline} {$birthdays} {$forumstats} </tbody> </table> <table border="0" cellpadding="0" cellspacing="0" align="center" width="100%"> <tr> <tbody> <tr> <td align="left"><img src="{$theme['imgdir']}/cat_l.gif" alt="" border="0"></td> <td style="background: url({$theme['imgdir']}/cat_tbg.gif) repeat-x" align="center" width="100%"> </td> <td align="right"><img src="{$theme['imgdir']}/cat_r.gif" alt="" border="0"></td> </tr> </tbody> </table> <br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="trow1"> <table width="100%"> <tr> <td> <img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /> <span class="smalltext"> {$lang->new_posts}</span><br /></td><td> <img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /> <span class="smalltext"> {$lang->no_new_posts}</span><br /></td><td> <img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" style="vertical-align: middle;" /> <span class="smalltext"> {$lang->forum_locked}</span> </td> <td style="vertical-align: top; text-align: right;"><span class="smalltext">{$logoutlink}<a href="misc.php?action=markread">{$lang->markread}</a> | <a href="showteam.php">{$lang->forumteam}</a> | <a href="stats.php">{$lang->forumstats}</a></span> {$loginform} </td> </tr> </table> </td> </tr> </table> {$footer} </body> </html>