Add total online count

This commit is contained in:
Travis Burtrum 2014-02-09 17:52:58 -05:00
parent 18fd90d80b
commit ea3402f0d0
2 changed files with 6 additions and 0 deletions

View File

@ -392,6 +392,9 @@ function template_info_center()
if (!empty($bracketList))
echo ' (' . implode(', ', $bracketList) . ')';
//xxx Total online
echo ", ".($context['num_guests']+$context['num_users_online'])." Total";
echo $context['show_who'] ? '</a>' : '', '
<div class="smalltext">';

View File

@ -428,6 +428,9 @@ function template_info_center()
if (!empty($bracketList))
echo ' (' . implode(', ', $bracketList) . ')';
//xxx Total online
echo ", ".($context['num_guests']+$context['num_users_online'])." Total";
echo $context['show_who'] ? '</a>' : '', '
</p>
<p class="inline smalltext">';