Elgg
Version master
|
Go to the source code of this file.
Variables | |
$entity_stats = elgg_get_entity_statistics() | |
$searchable = [] | |
$other = [] | |
$header = '<tr><th>' . elgg_echo('admin:statistics:numentities:type') . '</th>' | |
$rows = '' | |
foreach($searchable as $name=> $value) | $body = "<table class='elgg-table'><thead>{$header}</thead><tbody>{$rows}</tbody></table>" |
foreach ($other as $name=> $value) $body = "<table class='elgg-table'><thead>{$header}</thead><tbody>{$rows}</tbody></table>" |
Definition at line 37 of file numentities.php.
$entity_stats = elgg_get_entity_statistics() |
Definition at line 3 of file numentities.php.
$header = '<tr><th>' . elgg_echo('admin:statistics:numentities:type') . '</th>' |
Definition at line 28 of file numentities.php.
$other = [] |
Definition at line 6 of file numentities.php.
$rows = '' |
Definition at line 31 of file numentities.php.
$searchable = [] |
Definition at line 5 of file numentities.php.