From 354d9eebf2c84b66f1103a61a8f4ffa832f350b6 Mon Sep 17 00:00:00 2001 From: brettp Date: Thu, 4 Mar 2010 00:59:34 +0000 Subject: Updated external pages to new interface. git-svn-id: http://code.elgg.org/elgg/trunk@5268 36083f99-b078-4883-b0ff-0f9b5a30f544 --- .../views/default/expages/front_right.php | 35 ---------------------- 1 file changed, 35 deletions(-) delete mode 100644 mod/externalpages/views/default/expages/front_right.php (limited to 'mod/externalpages/views/default/expages/front_right.php') diff --git a/mod/externalpages/views/default/expages/front_right.php b/mod/externalpages/views/default/expages/front_right.php deleted file mode 100644 index a28b5748c..000000000 --- a/mod/externalpages/views/default/expages/front_right.php +++ /dev/null @@ -1,35 +0,0 @@ - - * @copyright Curverider Ltd 2008-2010 - * @link http://elgg.com/ - * - */ - - //get frontpage right code - $contents = elgg_get_entities(array('type' => 'object', 'subtype' => 'front', 'limit' => 1)); - - $show = ''; - foreach($contents as $cont){ - $show = $cont->description; - } - - if($show != ''){ - echo "
"; - - if($contents){ - foreach($contents as $c){ - echo $c->description; - } - }else{ - echo elgg_echo("expages:addcontent"); - } - echo "
"; - } - -?> \ No newline at end of file -- cgit v1.2.3