Skip to content

Instantly share code, notes, and snippets.

Created August 29, 2016 03:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/170199a9d54eec80fc547bd3856a288e to your computer and use it in GitHub Desktop.
Save anonymous/170199a9d54eec80fc547bd3856a288e to your computer and use it in GitHub Desktop.
<div class="forum">
{$forums}
{$ps_footer_index}
</div>
<div class="sidebar"><br/>
{$forumteamonline}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong><i class="fa fa-pie-chart"></i> Forum Stats</strong></td>
</tr>
<tr>
<td class="trow1">
<span class="smalltext">
Members Registered - {$stats['numusers']}<br />
Newest Member - {$newestmember}<br />
We have total number of Threads {$stats['numthreads']}<br />
We have total number of Posts {$stats['numposts']}
</span>
</td>
</tr>
</table>
<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong><i class="fa fa-globe"></i> Online Users</strong></td>
</tr>
<tr>
<td class="trow1"><span class="smalltext">{$lang->online_note}<br />{$onlinemembers}</span></td>
</tr>
</table>
<br />
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment