breadcrumbs=array( 'Veranstaltungs'=>array('index'), 'Create', ); $this->menu=array( array('label'=>'List Veranstaltung', 'url'=>array('index')), array('label'=>'Manage Veranstaltung', 'url'=>array('admin')), ); ?>

Create Veranstaltung

renderPartial('_form', array('model'=>$model)); ?>