Elgg
Version 1.9
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
views
default
admin
users
online.php
Go to the documentation of this file.
1
<?php
2
3
$users_online
=
get_online_users
();
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
>
div
fieldset div
Definition:
admin.php:462
get_online_users
get_online_users(array $options=array())
Render a list of currently online users.
Definition:
statistics.php:103
elgg_echo
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
Definition:
languages.php:21
echo
elgg echo
Translates a string.
Definition:
languages.js:43
$users_online
$users_online
Definition:
online.php:3
h3
h3
Definition:
admin.php:85
Generated on Sat Dec 21 2024 00:00:36 for Elgg by
1.8.11