diff options
author | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-12 11:20:58 +0000 |
---|---|---|
committer | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-12 11:20:58 +0000 |
commit | 4269aac9a0c97c6355cde2d19258b83bc9493289 (patch) | |
tree | 7f89407b229341e5aa2e9dd8de853e8b7bd7df10 /views | |
parent | 40beee7e0a122811516122a388f6aaa5b1b3c2f4 (diff) | |
download | elgg-4269aac9a0c97c6355cde2d19258b83bc9493289.tar.gz elgg-4269aac9a0c97c6355cde2d19258b83bc9493289.tar.bz2 |
Marcus Povey <marcus@dushka.co.uk>
* Added stub for statistics
* Added stub statistics library
git-svn-id: https://code.elgg.org/elgg/trunk@882 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views')
-rw-r--r-- | views/default/admin/site.php | 2 | ||||
-rw-r--r-- | views/default/admin/statistics.php | 16 |
2 files changed, 17 insertions, 1 deletions
diff --git a/views/default/admin/site.php b/views/default/admin/site.php index f64c9b994..34a89481d 100644 --- a/views/default/admin/site.php +++ b/views/default/admin/site.php @@ -6,7 +6,7 @@ * @package Elgg * @subpackage Core * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider Ltd + * @author Marcus Povey * @copyright Curverider Ltd 2008 * @link http://elgg.org/ */ diff --git a/views/default/admin/statistics.php b/views/default/admin/statistics.php new file mode 100644 index 000000000..ad9356276 --- /dev/null +++ b/views/default/admin/statistics.php @@ -0,0 +1,16 @@ +<?php + /** + * Elgg statistics screen + * + * @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/ + */ + + global $CONFIG; + + +?>
\ No newline at end of file |