aboutsummaryrefslogtreecommitdiff
path: root/mod/externalpages/views/default/expages/analytics.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/externalpages/views/default/expages/analytics.php')
-rw-r--r--mod/externalpages/views/default/expages/analytics.php21
1 files changed, 0 insertions, 21 deletions
diff --git a/mod/externalpages/views/default/expages/analytics.php b/mod/externalpages/views/default/expages/analytics.php
deleted file mode 100644
index 40f7b6a8d..000000000
--- a/mod/externalpages/views/default/expages/analytics.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
- /**
- * Elgg Analytics view
- *
- * @package ElggExpages
- *
- */
-
-
- //get analytics content
- $contents = elgg_get_entities(array('type' => 'object', 'subtype' => 'analytics', 'limit' => 1));
-
- if($contents){
- foreach($contents as $c){
- echo $c->description;
- }
- }
-
-?>
-