mirror of
https://github.com/moparisthebest/moparscape.org-smf
synced 2024-11-21 08:15:09 -05:00
Add total online count
This commit is contained in:
parent
18fd90d80b
commit
ea3402f0d0
@ -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">';
|
||||
|
||||
|
@ -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">';
|
||||
|
Loading…
Reference in New Issue
Block a user