From 0b3724c9b87f891b48c41ad61c1caf3486cc0799 Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 13 Feb 2011 23:10:18 +0000 Subject: updates externalpages to 1.8 git-svn-id: http://code.elgg.org/elgg/trunk@8209 36083f99-b078-4883-b0ff-0f9b5a30f544 --- .../views/default/expages/front_right.php | 36 ---------------------- 1 file changed, 36 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 ab999f890..000000000 --- a/mod/externalpages/views/default/expages/front_right.php +++ /dev/null @@ -1,36 +0,0 @@ - 'object', 'subtype' => 'front', 'limit' => 1)); - - // nothing to show so we return TRUE to indicate the view was valid - if ($contents == FALSE) { - return TRUE; - } - - $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