diff options
author | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-15 18:15:18 +0000 |
---|---|---|
committer | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-15 18:15:18 +0000 |
commit | 80ac424f0868934d6b99d2f47d8479afe3a133ae (patch) | |
tree | aa1cdee92bca21a85ddcb4963310875bdc84ba88 /views/default/admin/statistics.php | |
parent | 977c253f7b5b0b4f830ed3b9d3138b60c6d5d515 (diff) | |
download | elgg-80ac424f0868934d6b99d2f47d8479afe3a133ae.tar.gz elgg-80ac424f0868934d6b99d2f47d8479afe3a133ae.tar.bz2 |
removed redundant stats info
git-svn-id: https://code.elgg.org/elgg/trunk@2755 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/admin/statistics.php')
-rw-r--r-- | views/default/admin/statistics.php | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/views/default/admin/statistics.php b/views/default/admin/statistics.php index 7bc3bca6e..920bf2870 100644 --- a/views/default/admin/statistics.php +++ b/views/default/admin/statistics.php @@ -12,9 +12,4 @@ global $CONFIG;
-?>
-
- <div class="contentWrapper"><span class="contentIntro">
- <?php echo elgg_echo('admin:statistics:description'); ?>
- <a href="http://elgg.com/"><?php echo elgg_echo('learnmore'); ?></a>
- </span></div>
\ No newline at end of file +?>
\ No newline at end of file |