Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
create.php
1 <?php
2 $this->breadcrumbs=array(
3  UserModule::t('Users')=>array('admin'),
4  UserModule::t('Create'),
5 );
6 ?>
7 <h1><?php echo UserModule::t("Create User"); ?></h1>
8 
9 <?php
10  echo $this->renderPartial('_menu',array(
11  'list'=> array(),
12  ));
13  echo $this->renderPartial('_form', array('model'=>$model,'profile'=>$profile));
14 ?>