From e9f261e51adcaa80429fe14b04ee277ab3124ce9 Mon Sep 17 00:00:00 2001 From: dave Date: Thu, 6 Aug 2009 14:17:37 +0000 Subject: removed all main plugins from core - they now live in the plugins svn git-svn-id: https://code.elgg.org/elgg/trunk@3422 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/groups/actions/featured.php | 44 ----------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 mod/groups/actions/featured.php (limited to 'mod/groups/actions/featured.php') diff --git a/mod/groups/actions/featured.php b/mod/groups/actions/featured.php deleted file mode 100644 index cfec34ba0..000000000 --- a/mod/groups/actions/featured.php +++ /dev/null @@ -1,44 +0,0 @@ -featured_group = "yes"; - system_message(elgg_echo('groups:featuredon')); - - } - - if($action == "unfeature"){ - - $group->featured_group = "no"; - system_message(elgg_echo('groups:unfeatured')); - - } - - } - - forward("pg/groups/world/"); - -?> \ No newline at end of file -- cgit v1.2.3