aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/default/admin/site.php2
-rw-r--r--views/default/admin/statistics.php16
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