diff options
Diffstat (limited to 'protected/views/veranstaltung/create.php')
| -rw-r--r-- | protected/views/veranstaltung/create.php | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/protected/views/veranstaltung/create.php b/protected/views/veranstaltung/create.php new file mode 100644 index 0000000..ea42d4c --- /dev/null +++ b/protected/views/veranstaltung/create.php @@ -0,0 +1,16 @@ +<?php +$this->breadcrumbs=array( + 'Veranstaltungen'=>array('index'), + 'Veranstaltung erstellen', +); + +$this->menu=array( + array('label'=>'Veranstaltungen', 'url'=>array('index')), +); +?> + +<h1>Veranstaltung erstellen</h1> + +<?php echo $this->renderPartial('_form', array('model'=>$model, + 'vereine'=>$vereine, + 'standorte'=>$standorte)); ?>
\ No newline at end of file |
