diff options
Diffstat (limited to 'application/modules/user/views/scripts/group/add.phtml')
| -rw-r--r-- | application/modules/user/views/scripts/group/add.phtml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/application/modules/user/views/scripts/group/add.phtml b/application/modules/user/views/scripts/group/add.phtml new file mode 100644 index 0000000..4f96cf0 --- /dev/null +++ b/application/modules/user/views/scripts/group/add.phtml @@ -0,0 +1,4 @@ +<?php +$this->addForm->setAction($this->url()); +echo $this->addForm; +?>
\ No newline at end of file |
