aboutsummaryrefslogtreecommitdiff
path: root/mod/autosubscribegroup/views/default/plugins/autosubscribegroup/settings.php
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-15 14:57:34 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-15 14:57:34 -0300
commit8d66daa258a58b65c3658b38e99382732c88e017 (patch)
treeec3d466553f61f099a9fd58db374c4215c3f12dd /mod/autosubscribegroup/views/default/plugins/autosubscribegroup/settings.php
parenta7be81c3f81c807d43ed32965ee7ac11ebe71895 (diff)
parent0be0b2d3a472b7b3a8c4a5d2ee22389acf126c3c (diff)
downloadelgg-8d66daa258a58b65c3658b38e99382732c88e017.tar.gz
elgg-8d66daa258a58b65c3658b38e99382732c88e017.tar.bz2
Merge commit '0be0b2d3a472b7b3a8c4a5d2ee22389acf126c3c' as 'mod/autosubscribegroup'
Diffstat (limited to 'mod/autosubscribegroup/views/default/plugins/autosubscribegroup/settings.php')
-rw-r--r--mod/autosubscribegroup/views/default/plugins/autosubscribegroup/settings.php24
1 files changed, 24 insertions, 0 deletions
diff --git a/mod/autosubscribegroup/views/default/plugins/autosubscribegroup/settings.php b/mod/autosubscribegroup/views/default/plugins/autosubscribegroup/settings.php
new file mode 100644
index 000000000..c71e98df9
--- /dev/null
+++ b/mod/autosubscribegroup/views/default/plugins/autosubscribegroup/settings.php
@@ -0,0 +1,24 @@
+<?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>