diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-12 21:12:52 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-12 21:12:52 +0000 |
commit | 6584bc4ec2de3b1c377baf763ef5b0ac1e6c807a (patch) | |
tree | e827ceb550d4035515bc394b89e94ca7a07cae9d /views/default/admin/main_opt | |
parent | db557a6331d2be1496d22627b3de61575567ad1a (diff) | |
download | elgg-6584bc4ec2de3b1c377baf763ef5b0ac1e6c807a.tar.gz elgg-6584bc4ec2de3b1c377baf763ef5b0ac1e6c807a.tar.bz2 |
Marcus Povey <marcus@elgg.com>
* Some basic statistics committed after a fruitless day fighting with Eclipse.
git-svn-id: https://code.elgg.org/elgg/trunk@904 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/admin/main_opt')
-rw-r--r-- | views/default/admin/main_opt/statistics.php | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/views/default/admin/main_opt/statistics.php b/views/default/admin/main_opt/statistics.php new file mode 100644 index 000000000..da37decf6 --- /dev/null +++ b/views/default/admin/main_opt/statistics.php @@ -0,0 +1,17 @@ +<?php + /** + * Elgg satistics sub-component on the main menu. + * + * @package Elgg + * @subpackage Core + * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 + * @author Marcus Povey + * @copyright Curverider Ltd 2008 + * @link http://elgg.org/ + */ +?> +<div class="admin-menu-option"> + <h2><?php echo elgg_echo('admin:statistics'); ?> </h2> + <p><?php echo elgg_echo('admin:statistics:opt:description'); ?><br /> + <a href="<?php echo $CONFIG->wwwroot . "admin/statistics/"; ?>"><?php echo elgg_echo('admin:statistics:opt:linktext'); ?></a></p> +</div> |