Elgg  Version 1.9
online.php
Go to the documentation of this file.
1 <?php
2 
4 
5 ?>
6 <div class="elgg-module elgg-module-inline">
7  <div class="elgg-head">
8  <h3><?php echo elgg_echo('admin:statistics:label:onlineusers'); ?></h3>
9  </div>
10  <div class="elgg-body">
11  <?php echo $users_online; ?>
12  </div>
13 </div>
fieldset div
Definition: admin.php:462
get_online_users(array $options=array())
Render a list of currently online users.
Definition: statistics.php:103
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
Definition: languages.php:21
elgg echo
Translates a string.
Definition: languages.js:43
$users_online
Definition: online.php:3
h3
Definition: admin.php:85