From dd2b918ab71c2ed0c05375fafed588146e48c4de Mon Sep 17 00:00:00 2001 From: brettp Date: Wed, 19 May 2010 17:00:29 +0000 Subject: The Externalpages plugin is now Site Pages. Removing old plugin. git-svn-id: http://code.elgg.org/elgg/trunk@6097 36083f99-b078-4883-b0ff-0f9b5a30f544 --- .../views/default/expages/analytics.php | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 mod/externalpages/views/default/expages/analytics.php (limited to 'mod/externalpages/views/default/expages/analytics.php') diff --git a/mod/externalpages/views/default/expages/analytics.php b/mod/externalpages/views/default/expages/analytics.php deleted file mode 100644 index 8aac0e9d9..000000000 --- a/mod/externalpages/views/default/expages/analytics.php +++ /dev/null @@ -1,25 +0,0 @@ - - * @copyright Curverider Ltd 2008-2010 - * @link http://elgg.com/ - * - */ - - - //get analytics content - $contents = elgg_get_entities(array('type' => 'object', 'subtype' => 'analytics', 'limit' => 1)); - - if($contents){ - foreach($contents as $c){ - echo $c->description; - } - } - -?> - -- cgit v1.2.3