summaryrefslogtreecommitdiff
path: root/protected/views/myVeranstaltung/create.php
blob: defd84d45fee73b1fcea5a025b734c84267dc19e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$this->breadcrumbs=array(
	'Unsere Veranstaltungen'=>array('index'),
	'Neue Veranstaltung erstellen',
);

$this->menu=array(
	array('label'=>'Unsere Veranstaltungen', 'url'=>array('index')),
);
?>

<h1>Neue Veranstaltung erstellen</h1>

<?php echo $this->renderPartial('_form', array('model'=>$model, 'standorte'=>$standorte)); ?>