summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/group/link.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/user/views/scripts/group/link.phtml')
-rw-r--r--application/modules/user/views/scripts/group/link.phtml5
1 files changed, 5 insertions, 0 deletions
diff --git a/application/modules/user/views/scripts/group/link.phtml b/application/modules/user/views/scripts/group/link.phtml
new file mode 100644
index 0000000..5bb2a9d
--- /dev/null
+++ b/application/modules/user/views/scripts/group/link.phtml
@@ -0,0 +1,5 @@
+<h1>Link Groups</h1>
+<?php
+$this->linkForm->setAction($this->url());
+echo $this->linkForm;
+?> \ No newline at end of file