summaryrefslogtreecommitdiffstats
path: root/application/modules/dev/views/scripts/group/link.phtml
blob: 5bb2a9d0896df53253cadb358124c4b846e0a70b (plain) (blame)
1
2
3
4
5
<h1>Link Groups</h1>
<?php
$this->linkForm->setAction($this->url());
echo $this->linkForm;
?>