aboutsummaryrefslogtreecommitdiff
path: root/views/default/plugins/autosubscribegroup/settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/plugins/autosubscribegroup/settings.php')
-rw-r--r--views/default/plugins/autosubscribegroup/settings.php24
1 files changed, 0 insertions, 24 deletions
diff --git a/views/default/plugins/autosubscribegroup/settings.php b/views/default/plugins/autosubscribegroup/settings.php
deleted file mode 100644
index c71e98df9..000000000
--- a/views/default/plugins/autosubscribegroup/settings.php
+++ /dev/null
@@ -1,24 +0,0 @@
-<?php
-
-/**
- * Elgg autosubscribegroup plugin
- * This plugin allows new users to get joined to groups automatically when they register.
- *
- * @package autosubscribegroups
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author RONNEL Jérémy
- * @copyright (c) Elbee 2008
- * @link /www.notredeco.com
- *
- * for Elgg 1.8 by iionly (iionly@gmx.de)
- */
-
-?>
-
-<p>
-<?php echo elgg_echo('autosubscribe:list')."<br>"; ?>
-<?php
- echo elgg_view('input/text', array('name' => 'params[systemgroups]', 'value' => $vars['entity']->systemgroups));
- echo "<br>"
-?>
-</p>