diff options
Diffstat (limited to 'application/modules/user/views/scripts/group/link.phtml')
| -rw-r--r-- | application/modules/user/views/scripts/group/link.phtml | 4 |
1 files changed, 4 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..94ad343 --- /dev/null +++ b/application/modules/user/views/scripts/group/link.phtml @@ -0,0 +1,4 @@ +<?php +$this->linkForm->setAction($this->url()); +echo $this->linkForm; +?>
\ No newline at end of file |
