Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
create.php
1 <?php $this->breadcrumbs = array(
2  'Rights'=>Rights::getBaseUrl(),
3  Rights::t('core', 'Create :type', array(':type'=>Rights::getAuthItemTypeName($_GET['type']))),
4 ); ?>
5 
6 <div class="createAuthItem">
7 
8  <h2><?php echo Rights::t('core', 'Create :type', array(
9  ':type'=>Rights::getAuthItemTypeName($_GET['type']),
10  )); ?></h2>
11 
12  <?php $this->renderPartial('_form', array('model'=>$formModel)); ?>
13 
14 </div>