/application/views/scripts/user/create.phtml
Unknown | 5 lines | 4 code | 1 blank | 0 comment | 0 complexity | 831ffb91680a8ce5b4512febaf3e1047 MD5 | raw file
Possible License(s): AGPL-1.0
1<?php $this->layout()->setLayout('page'); ?>
2
3<h3>Create a new user</h3>
4<p>To create a new admin user complete this form and click submit ...</p>
5<?php echo $this->form; ?>