summaryrefslogblamecommitdiffstats
path: root/application/modules/user/views/scripts/group/add.phtml
blob: 588ce314f9da626ba538ed3bc2fc7718b1b34c50 (plain) (tree)
1
2
3
4
5
                  



                                        
<h1>Add Group</h1>
<?php
$this->addForm->setAction($this->url());
echo $this->addForm;
?>