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