/application/views/scripts/user/create.phtml

https://bitbucket.org/hamidrezas/melobit · Unknown · 5 lines · 4 code · 1 blank · 0 comment · 0 complexity · 831ffb91680a8ce5b4512febaf3e1047 MD5 · raw file

  1. <?php $this->layout()->setLayout('page'); ?>
  2. <h3>Create a new user</h3>
  3. <p>To create a new admin user complete this form and click submit ...</p>
  4. <?php echo $this->form; ?>