From 5582e8070201138cc8ce76a3b900d3f1fbbc3337 Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 12 Jun 2008 22:37:10 +0000 Subject: - Moved statistics to their own component views. Yay. Marcus Povey git-svn-id: https://code.elgg.org/elgg/trunk@906 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/admin/statistics.php | 60 +------------------------------------- 1 file changed, 1 insertion(+), 59 deletions(-) (limited to 'views/default/admin/statistics.php') diff --git a/views/default/admin/statistics.php b/views/default/admin/statistics.php index 984205c8f..4c2035f0d 100644 --- a/views/default/admin/statistics.php +++ b/views/default/admin/statistics.php @@ -14,62 +14,4 @@ echo "

" . nl2br(elgg_echo("admin:statistics:description")) . "

"; - - - // Get entity statistics - $entity_stats = get_entity_statistics(); - - // Work out number of users - $users_stats = get_number_users(); - - // users online - $users_online = get_number_online(); - - - -?> -
-

- - - - - - - - - -
:
:
-
- -
-

- - $entry) - { - echo "
"; - foreach ($entry as $a => $b) - { - if ($a == "__base__") - $a=$k; - else - $a = "$k $a"; - echo <<< END - - - - -END; - } - echo "
$a :$b
"; - } - ?> - -
- -
-

- - -
\ No newline at end of file +?> \ No newline at end of file -- cgit v1.2.3